docs(backend): Setup swagger-autogen
This commit is contained in:
parent
3cd7496989
commit
ab8ece2a76
9 changed files with 929 additions and 19 deletions
|
@ -8,13 +8,13 @@
|
|||
"build": "npm run build --ws",
|
||||
"format": "npm run format --ws",
|
||||
"format-check": "npm run format-check --ws",
|
||||
"generate-docs": "python3 -m venv .venv && source .venv/bin/activate && pip install -r docs/requirements.txt && python docs/architecture/schema.py",
|
||||
"lint": "npm run lint --ws",
|
||||
"test:unit": "npm run test:unit --ws"
|
||||
},
|
||||
"workspaces": [
|
||||
"backend",
|
||||
"frontend"
|
||||
"frontend",
|
||||
"docs"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue