Skip to content

Commit

Permalink
chore: add drizzle-zod
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 19, 2023
1 parent 3d3e9b5 commit 7d95396
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/auto-run-ac-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/worker.ts",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"dev": "TZ=UTC wrangler dev",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"fmt": "prettier --check ./src",
Expand All @@ -31,6 +31,7 @@
"@hono/zod-validator": "^0.1.8",
"cloudflare-env": "workspace:*",
"drizzle-orm": "^0.28.6",
"drizzle-zod": "^0.5.1",
"hono": "^3.6.0",
"nanoid": "^4.0.2",
"zod": "^3.22.1"
Expand Down
13 changes: 13 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d95396

Please sign in to comment.