We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108ec3d commit 3bef9efCopy full SHA for 3bef9ef
MyApp.Client/vite.config.ts
@@ -41,6 +41,7 @@ export default defineConfig({
41
},
42
server: {
43
host: true, // Listen on all interfaces (both IPv4 and IPv6)
44
+ open: false,
45
proxy,
46
}
47
})
0 commit comments