Harden MVP runtime and fix packaged desktop white screen
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"build:renderer": "vite build",
|
||||
"electron:dev": "concurrently \"vite\" \"wait-on http://localhost:5173 && electron .\"",
|
||||
"electron:dev": "concurrently \"vite\" \"wait-on http://localhost:${PORT_FRONTEND_DEV:-5173} && ELECTRON_DEV_SERVER_URL=http://localhost:${PORT_FRONTEND_DEV:-5173} electron .\"",
|
||||
"electron:build": "vite build && electron-builder",
|
||||
"start": "electron ."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user