Skip to content

Commit

Permalink
chore(db): install pg as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 28, 2025
1 parent d2e3c88 commit c009c97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 92 deletions.
3 changes: 2 additions & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"@tszhong0411/eslint-config": "workspace:*",
"@tszhong0411/tsconfig": "workspace:*",
"@types/node": "^22.13.5",
"drizzle-kit": "^0.30.5"
"drizzle-kit": "^0.30.5",
"pg": "^8.13.3"
},
"lint-staged": {
"*.{cjs,mjs,js,jsx,cts,mts,ts,tsx,json}": "eslint --fix"
Expand Down
104 changes: 13 additions & 91 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 c009c97

Please sign in to comment.