feat: merge admin routes into unified frontend

This commit is contained in:
2026-04-22 11:46:40 +08:00
parent 745f6f07db
commit 691b80a89f
25 changed files with 1144 additions and 35 deletions

View File

@@ -6,7 +6,6 @@ Recommended local stack:
- `redis`: cache and async queue broker
- `minio`: object storage
- `backend`: FastAPI API service
- `frontend-web`: user-facing Next.js app
- `frontend-admin`: admin Next.js app
- `frontend-web`: single Next.js app that serves both user pages and `/admin` backend pages
Use the root `docker-compose.yml` for local integration.