Spaces:
Runtime error
Runtime error
{ | |
"name": "rag-system", | |
"version": "1.0.0", | |
"description": "RAG Q&A System", | |
"scripts": { | |
"start-backend": "nodemon --exec python api.py --ext py", | |
"start-frontend": "cd frontend && npm start", | |
"dev": "concurrently \"npm run start-backend\" \"npm run start-frontend\"" | |
}, | |
"devDependencies": { | |
"nodemon": "^3.0.3", | |
"concurrently": "^8.2.2" | |
} | |
} |