add openapi-typescript and openapi-fetch to project and generate types with it

This commit is contained in:
maxDorninger
2025-08-21 19:42:42 +02:00
parent 6c4b6a52cf
commit b147bb8434
6 changed files with 4122 additions and 12 deletions

5
.gitignore vendored
View File

@@ -42,4 +42,7 @@ web/vite.config.ts.timestamp-*
__pycache__
# Postgres
/postgres
/postgres
# Node modules
/node_modules/*