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 1dc335e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 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": "15.0.0-rc.0",
"next-auth": "^5.0.0-beta.17",
"react": "^19",
"react-dom": "^19",
"next": "15.0.0-rc.0",
"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 All @@ -42,4 +43,4 @@
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}
}
3 changes: 0 additions & 3 deletions packages/db/.gitignore

This file was deleted.

0 comments on commit 1dc335e

Please sign in to comment.