commit
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user