-
Notifications
You must be signed in to change notification settings - Fork 487
Description
~/MiroFish$ npm run dev
mirofish@0.1.0 dev
concurrently --kill-others -n "backend,frontend" -c "green,cyan" "npm run backend" "npm run frontend"
[backend]
[backend] > mirofish@0.1.0 backend
[backend] > cd backend && uv run python run.py
[backend]
[frontend]
[frontend] > mirofish@0.1.0 frontend
[frontend] > cd frontend && npm run dev
[frontend]
[frontend]
[frontend] > frontend@0.1.0 dev
[frontend] > vite --host
[frontend]
[frontend]
[frontend] VITE v7.2.7 ready in 370 ms
[frontend]
[frontend] ➜ Local: http://localhost:3000/
[frontend] ➜ Network: http://10.255.255.254:3000/
[frontend] ➜ Network: http://172.24.168.96:3000/
[backend] * Serving Flask app 'app'
[backend] * Debug mode: on
[backend] WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
[backend] * Running on all addresses (0.0.0.0)
[backend] * Running on http://127.0.0.1:5001
[backend] * Running on http://172.24.168.96:5001
[backend] Press CTRL+C to quit
[backend] * Restarting with stat
[backend] [19:09:13] INFO: ==================================================
[backend] [19:09:13] INFO: MiroFish Backend 启动中...
[backend] [19:09:13] INFO: ==================================================
[backend] [19:09:13] INFO: 已注册模拟进程清理函数
[backend] [19:09:13] INFO: MiroFish Backend 启动完成
[backend] * Debugger is active!
[backend] * Debugger PIN: 137-310-617