chore(frontend-public): 🔧 Update Vite build configuration
This commit is contained in:
parent
e91dd2a2ef
commit
2e77b584f0
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue