- Updated to Typebox 1.0.0 to better support Openapi type generation - Changed dockerfile to fetch depedencies only once - Fixed Routes to properly handle openapi - Fixed Routes to respond with multiples status code (no more only 200) - Fixed Schemas so the auth-gated endpoint properly reflect that - Added Makefile rule to generate openapi client (none working due to missing files)
13 lines
114 B
Text
13 lines
114 B
Text
.direnv/
|
|
.envrc
|
|
*.lock
|
|
node_modules/
|
|
*.pdf
|
|
**/dist/
|
|
|
|
# sqlite stuff
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
/db/
|
|
package-lock.json
|