mobile app dev fix

This commit is contained in:
2026-03-10 13:49:08 +07:00
parent c9dfc681e8
commit cfa18f698b
6 changed files with 12 additions and 16 deletions
+3 -6
View File
@@ -14,19 +14,16 @@ export default defineConfig({
},
clearScreen: false,
server: {
port: 5173,
host: "0.0.0.0",
port: 1420,
strictPort: true,
host: host || false,
hmr: host
? {
protocol: "ws",
host,
host: "localhost",
port: 1421,
}
: undefined,
watch: {
ignored: ["**/src-tauri/**"],
},
},
envPrefix: ["VITE_", "TAURI_ENV_*"],
build: {