Skip to content

Commit

Permalink
chore: Remove .gitignore for db package
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Jul 4, 2024
1 parent 867141e commit 0fae055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 5 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"moment": "^2.30.1",
"next-auth": "^5.0.0-beta.17",
"react": "^19",
"react-dom": "^19",
"next": "15.0.0-rc.0",
"next-auth": "^5.0.0-beta.17",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-player": "^2.16.0",
"recoil": "^0.7.7",
"resend": "^3.4.0",
"usehooks-ts": "^3.1.0"
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@repo/eslint-config": "*",
Expand Down
3 changes: 0 additions & 3 deletions packages/db/.gitignore

This file was deleted.

0 comments on commit 0fae055

Please sign in to comment.