Skip to content

Commit

Permalink
refactor: use open api
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Nov 11, 2024
1 parent ad49fa0 commit 0719815
Show file tree
Hide file tree
Showing 26 changed files with 1,964 additions and 529 deletions.
2 changes: 1 addition & 1 deletion .dev.vars.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[vars]
SECRET_KEY = ""
JWT_SECRET = ""
COOKIE_KEY = "token"
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,30 @@
"db:seed": "tsx ./src/db/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^9.1.0",
"@faker-js/faker": "^9.2.0",
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.17.0",
"@neondatabase/serverless": "^0.10.3",
"@radix-ui/react-icons": "^1.3.1",
"@scalar/hono-api-reference": "^0.5.159",
"add": "^2.0.6",
"bcryptjs": "^2.4.3",
"drizzle-orm": "^0.36.1",
"hono": "^4.6.8",
"hono": "^4.6.9",
"pg": "^8.13.1"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.23",
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/vitest-pool-workers": "^0.5.26",
"@cloudflare/workers-types": "^4.20241106.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.8.5",
"@types/node": "^22.9.0",
"@types/pg": "^8.11.10",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.28.0",
"postgres": "^3.4.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"wrangler": "^3.84.0"
"wrangler": "^3.86.0"
}
}
}
Loading

0 comments on commit 0719815

Please sign in to comment.