🔨 Update generate-client.sh and docs (#2110)

This commit is contained in:
Sebastián Ramírez
2026-01-22 10:38:25 -08:00
committed by GitHub
parent c3577c0526
commit 61e161bfb9
4 changed files with 6 additions and 15 deletions

View File

@@ -4,8 +4,8 @@ set -e
set -x
cd backend
python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
uv run python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > ../openapi.json
cd ..
mv openapi.json frontend/
npm run -w frontend generate-client
npm run lint
bun run --filter frontend generate-client
bun run lint