解除域名限制

This commit is contained in:
yml
2026-05-25 16:18:33 +08:00
parent f15b772333
commit e3d318d7f3
4 changed files with 60 additions and 24 deletions
+1
View File
@@ -100,6 +100,7 @@ services:
CHOKIDAR_USEPOLLING: "true"
NPM_CONFIG_REGISTRY: https://registry.npmmirror.com
VITE_API_TARGET: http://backend:3000
VITE_ALLOWED_HOSTS: ${VITE_ALLOWED_HOSTS:-localhost,127.0.0.1}
volumes:
- ./apps/frontend:/app
- frontend_node_modules:/app/node_modules