Skip to content

Commit

Permalink
feat: Add database Integration (#11)
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
nabi-chan committed Feb 14, 2024
1 parent 2c196dd commit ba795d3
Show file tree
Hide file tree
Showing 7 changed files with 1,375 additions and 2,143 deletions.
7 changes: 7 additions & 0 deletions .changeset/big-parrots-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"nabi-blog": minor
---

Initialize Database with prisma

- ab06ebd6 chore: initialize database with prisma
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
.next
dist
.vercel
.env
.env*.local
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 ba795d3

Please sign in to comment.