fix(auth): align local API host with browser

This commit is contained in:
Xin Wang
2026-08-05 09:28:40 +08:00
parent 55381c5162
commit 69736f3c51
2 changed files with 27 additions and 5 deletions

View File

@@ -74,8 +74,6 @@ services:
image: node:22-slim
working_dir: /app
command: sh -c "npm install && npm run dev"
environment:
NEXT_PUBLIC_API_BASE_URL: "http://localhost:8000"
volumes:
- ./frontend:/app
- /app/node_modules