feat: merge admin routes into unified frontend
This commit is contained in:
20
启动命令.txt
20
启动命令.txt
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user