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

WIP: Tell Puter to run us as a headless app #80

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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