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 f0662e4 commit 208f4bcCopy full SHA for 208f4bc
examples/api/vite.config.js
@@ -27,7 +27,7 @@ export default defineConfig({
27
clearScreen: false,
28
// tauri expects a fixed port, fail if that port is not available
29
server: {
30
- host: host || false,
+ host: host ?? false,
31
port: 1420,
32
strictPort: true,
33
hmr: host
0 commit comments