listen auf 127.0.0.1

This commit is contained in:
2026-02-08 14:58:37 +00:00
parent 702205effa
commit 702ec440ed

View File

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