This commit is contained in:
2026-01-31 13:05:32 +08:00
parent 1d698e3c51
commit 11a9ce4218

View File

@@ -20,5 +20,6 @@ export default defineConfig({
watch: { watch: {
usePolling: true, // Necessary for Docker on Windows usePolling: true, // Necessary for Docker on Windows
}, },
allowedHosts: ['all'],
}, },
}); });