updated vite to not listen on ipv6
This commit is contained in:
parent
6b9900fe66
commit
c3b4f75e60
@ -20,5 +20,6 @@ export default defineConfig({
|
|||||||
watch: {
|
watch: {
|
||||||
ignored: ['**/storage/framework/views/**'],
|
ignored: ['**/storage/framework/views/**'],
|
||||||
},
|
},
|
||||||
|
host: "127.0.0.1"
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user