fix: integrate AI cross-platform start scripts

Former-commit-id: 2054b6036d
This commit is contained in:
anoracleofra-code
2026-03-08 14:55:11 -06:00
parent c8f3812fbf
commit 9c85e08839
3 changed files with 44 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
"dev:frontend": "next dev",
"dev:backend": "cd ../backend && python -m uvicorn main:app --reload",
"dev:backend": "node ../start-backend.js",
"build": "next build",
"start": "next start",
"lint": "eslint"