This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 16:49:51 +00:00
parent e6a926f803
commit 4f8d79ca3f
44 changed files with 59194 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ export default defineConfig(({ mode }) => {
strictPort: false, // Allow port fallback if port is busy
// Disable host check for development (behind reverse proxy)
// This allows any host to connect when behind Caddy
allowedHosts: "all",
allowedHosts: true,
watch: {
usePolling: true, // Needed for file watching in Docker
},