updated vite to not listen on ipv6

This commit is contained in:
Alexander Gabriel 2026-05-26 22:44:08 +02:00
parent 6b9900fe66
commit c3b4f75e60

View File

@ -20,5 +20,6 @@ export default defineConfig({
watch: { watch: {
ignored: ['**/storage/framework/views/**'], ignored: ['**/storage/framework/views/**'],
}, },
host: "127.0.0.1"
}, },
}); });