Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
WIP: Tell Puter to run us as a headless app
Browse files Browse the repository at this point in the history
This is likely to change depending on how that API ends up.
  • Loading branch information
AtkinsSJ committed Apr 12, 2024
1 parent 84c2450 commit 33798e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<script src="config.js"></script>
<script src="bundle.js"></script>
<script>
puter.ui.configureWindow({ headless: true });

document.addEventListener('DOMContentLoaded', async () => {
main_shell();
});
Expand Down

0 comments on commit 33798e2

Please sign in to comment.