Adds API docs annotations & generator (#927)

* initial commit

* fixes category api route

* fixes follow api routes

---------

Co-authored-by: Christian Beutel <>
This commit is contained in:
Flomp
2026-04-18 17:04:49 +02:00
committed by GitHub
parent da38cfc19a
commit b7b16e5a6e
91 changed files with 18668 additions and 37201 deletions

View File

@@ -22,6 +22,7 @@
"postcss": "^8.5.6",
"svelte": "^5.53.6",
"svelte-check": "^4.3.6",
"sveltekit-openapi-generator": "^0.1.5",
"tailwindcss": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^5.9.3",
@@ -78,5 +79,10 @@
"three": "^0.182.0",
"vitest": "^4.1.4",
"zod": "^3.24.1"
},
"overrides": {
"sveltekit-openapi-generator": {
"vite": "$vite"
}
}
}