Tweaked win.ts again, now able to successfully launch webserver. Static content fails.
This commit is contained in:
parent
57c7002b25
commit
7cdb0afaa4
3 changed files with 113 additions and 133 deletions
|
@ -16,7 +16,7 @@ import {Win} from "./base/win";
|
|||
const Cider = new Win()
|
||||
|
||||
app.on("ready", () => {
|
||||
Cider.startWebServer();
|
||||
Cider.createWindow();
|
||||
});
|
||||
|
||||
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue