Skip to content

Commit

Permalink
chore: initialize database with prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
nabi-chan committed Feb 14, 2024
1 parent 2c196dd commit ab06ebd
Show file tree
Hide file tree
Showing 4 changed files with 1,357 additions and 2,143 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.next
dist
.vercel
.env
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^1.1.7",
"@prisma/client": "5.9.1",
"@vercel/analytics": "^1.1.3",
"@vercel/og": "^0.6.2",
"clsx": "^2.1.0",
Expand Down Expand Up @@ -41,6 +42,7 @@
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.10",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.9.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
Expand Down
Loading

0 comments on commit ab06ebd

Please sign in to comment.