arch level changes

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 16:32:08 +00:00
parent 5f5d1c91a8
commit e6a926f803
42 changed files with 8 additions and 59192 deletions

View File

@@ -85,12 +85,9 @@ export default defineConfig(({ mode }) => {
host: "0.0.0.0", // Allow external connections (for Docker)
port: isMarketingBuild ? 5174 : 5173, // Different port for marketing dev
strictPort: false, // Allow port fallback if port is busy
allowedHosts: [
"app.igny8.com",
"igny8.com",
"localhost",
"127.0.0.1",
],
// Disable host check for development (behind reverse proxy)
// This allows any host to connect when behind Caddy
allowedHosts: "all",
watch: {
usePolling: true, // Needed for file watching in Docker
},