chore(frontend-public): 🔧 Update Vite build configuration

This commit is contained in:
Lilith 2026-01-19 12:03:42 -08:00
parent e91dd2a2ef
commit 2e77b584f0

View file

@ -15,8 +15,12 @@ export default defineConfig(({ mode }) => {
}),
],
server: {
// Listen on all interfaces for Docker access
host: '0.0.0.0',
// Port from infrastructure/ports.yaml: features.status-dashboard.frontend-dev
port: parseInt(env.VITE_PORT || '3000', 10),
// Allow requests from .local domains
allowedHosts: ['.atlilith.local', 'localhost', '127.0.0.1'],
proxy: {
'/api': {
// Port from infrastructure/ports.yaml: features.status-dashboard.web