feat: setup openapi compliant rest api

This commit is contained in:
Henry
2024-11-01 08:23:39 +00:00
parent 8a7613382f
commit d5eece3ab8
19 changed files with 547 additions and 61 deletions

View File

@@ -32,6 +32,7 @@
"@vercel/postgres": "^0.7.2",
"drizzle-orm": "^0.28.5",
"next": "^14.1.3",
"nextjs-cors": "^2.2.0",
"postgres": "^3.4.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
@@ -42,6 +43,7 @@
"react-lottie-player": "^1.5.5",
"superjson": "^1.13.1",
"tailwind-merge": "^2.5.2",
"trpc-to-openapi": "^2.0.2",
"zod": "^3.22.4"
},
"devDependencies": {