chore: run frontend tests against dev-mode ui

This commit is contained in:
zhi
2026-03-16 16:32:26 +00:00
parent c76c25fb5b
commit 4707f0614c
4 changed files with 31 additions and 9 deletions

View File

@@ -72,6 +72,9 @@ services:
environment:
# Use internal service name
VITE_API_BASE_URL: http://backend:${BACKEND_PORT:-8000}
VITE_WIZARD_PORT: ${WIZARD_PORT:-8080}
FRONTEND_DEV_MODE: ${FRONTEND_DEV_MODE:-1}
NODE_ENV: development
networks:
- test-network