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

@@ -1,9 +1,11 @@
python -m pip install -r requirements.txt
copy .env.example .env
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
cd D:\project\AIVideo
npm install
npm --workspace frontend-web run dev
npm --workspace frontend-admin run dev
python -m pip install -r requirements.txt
copy .env.example .env
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
cd D:\project\AIVideo
npm install
npm run dev
用户前台http://localhost:3000
管理后台http://localhost:3000/admin/login