small organization, different port

This commit is contained in:
metacryst
2025-12-29 03:03:49 -06:00
parent 71984ddd67
commit a21e651484
5 changed files with 10 additions and 12 deletions

4
app.js
View File

@@ -33,7 +33,7 @@ class App {
win.setAlwaysOnTop(true, 'screen-saver', 1); // necessary so it doesn't bring you back out of full screen when spawned
}
win.loadFile('flame/index.html');
win.loadFile('app.html');
win.on("focus", () => {
win.setVibrancy("appearance-based"); // full colors
@@ -59,7 +59,7 @@ class App {
}
spawnFlame(spawnForms) {
new Server(spawnForms)
new Server(spawnForms, 10001)
}
async spawnForms() {