We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0336bbf commit 2b347cfCopy full SHA for 2b347cf
scripts/generate-client.sh
@@ -3,6 +3,6 @@
3
PYTHONPATH=backend python -c "import app.main; import json; print(json.dumps(app.main.app.openapi()))" > openapi.json
4
node frontend/modify-openapi-operationids.js
5
mv openapi.json frontend/
6
-cd frontend || exit
+cd frontend
7
npm run generate-client
8
npx biome format --write ./src/client
0 commit comments