Skip to content

Commit

Permalink
🔧 chore: Updated Prisma Studio config options
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Feb 9, 2024
1 parent 95dda7d commit 09e64e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/finance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"db:studio": "prisma studio -p 6003 -b none",
"dev": "next dev --port 3003",
"postinstall": "prisma generate",
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion apps/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"db:studio": "prisma studio -p 6002 -b none",
"db:seed": "prisma db seed",
"dev": "next dev --port 3002",
"postinstall": "prisma generate",
Expand Down

0 comments on commit 09e64e4

Please sign in to comment.