Tweaked win.ts again, now able to successfully launch webserver. Static content fails.

This commit is contained in:
Core 2022-01-07 22:48:36 +00:00
parent 57c7002b25
commit 7cdb0afaa4
No known key found for this signature in database
GPG key ID: 1B77805746C47C28
3 changed files with 113 additions and 133 deletions

View file

@ -16,7 +16,7 @@ import {Win} from "./base/win";
const Cider = new Win()
app.on("ready", () => {
Cider.startWebServer();
Cider.createWindow();
});
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~