Convert to Next.js - core setup complete

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-19 12:57:36 +00:00
parent 345e73b813
commit 8e93467317
29 changed files with 4935 additions and 355 deletions

View File

@@ -18,7 +18,7 @@ services:
build:
context: .
args:
- VITE_FLASK_BACKEND_URL=https://backend.example.com
- NEXT_PUBLIC_FLASK_BACKEND_URL=https://backend.example.com
ports:
- "3000:3000"
depends_on: