fix vite dev server

This commit is contained in:
Eduard Gert
2026-05-11 14:48:37 +02:00
parent 7a9f5a734f
commit 0c287b6f4d

View File

@@ -6,6 +6,7 @@ import wails from "@wailsio/runtime/plugins/vite";
export default defineConfig({ export default defineConfig({
plugins: [react(), wails("./bindings")], plugins: [react(), wails("./bindings")],
server: { server: {
host: "127.0.0.1",
port: 9245, port: 9245,
strictPort: true, strictPort: true,
}, },