Skip to content

Commit 058aa79

Browse files
committed
build: make sure vite use 127.0.0.1 as server
1 parent 8f8966d commit 058aa79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ export default defineConfig({
99
tailwindcss(),
1010
],
1111
server: {
12-
host: '0.0.0.0'
12+
host: '127.0.0.1'
1313
}
1414
})

0 commit comments

Comments
 (0)