Harden MVP runtime and fix packaged desktop white screen
This commit is contained in:
@@ -9,6 +9,7 @@ export default defineConfig(({ mode }) => {
|
||||
base: './',
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: env.VITE_DEV_HOST || '0.0.0.0',
|
||||
port: parseInt(env.PORT_FRONTEND_DEV) || 5173,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user