ai/package.json

9 lines
193 B
JSON
Raw Permalink Normal View History

2025-03-30 23:10:49 +00:00
{
2025-04-09 22:44:45 +00:00
"private": true,
"scripts": {
"dev": "npm-run-all --parallel dev:*",
"dev:backend": "cd backend && npx ts-node src/index.ts",
"dev:frontend": "cd frontend && npm start"
2025-03-30 23:10:49 +00:00
}
}