🔧 Set up node monorepo (#2095)

This commit is contained in:
Alejandra
2026-01-20 21:28:09 +01:00
committed by GitHub
parent 92460ee1fe
commit 7201b88628
10 changed files with 6751 additions and 10401 deletions

View File

@@ -7,5 +7,5 @@ cd backend
python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
cd ..
mv openapi.json frontend/
cd frontend
npm run generate-client
npm run -w frontend generate-client
npm run lint