Added nw.js launch options

This commit is contained in:
Simeon Radivoev 2026-04-22 18:31:32 +03:00
parent 6aacec2c0d
commit 701f882136
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
5 changed files with 34 additions and 36 deletions

View file

@ -464,7 +464,7 @@ const assets = new Set<string>([
]);
// Store basePath resolved from Vite config
const BASE_PATH = "/";
const BASE_PATH = "./";
/**