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 8f8966d commit 058aa79Copy full SHA for 058aa79
1 file changed
vite.config.ts
@@ -9,6 +9,6 @@ export default defineConfig({
9
tailwindcss(),
10
],
11
server: {
12
- host: '0.0.0.0'
+ host: '127.0.0.1'
13
}
14
})
0 commit comments