We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d409f68 commit 87501b1Copy full SHA for 87501b1
package.json
@@ -2,7 +2,8 @@
2
"name": "store",
3
"scripts": {
4
"dev": "bun run --hot src/index.ts",
5
- "start": "NODE_ENV=production bun run src/index.ts"
+ "start": "NODE_ENV=production bun run src/index.ts",
6
+ "prisma-deploy": "prisma migrate deploy"
7
},
8
"dependencies": {
9
"@prisma/client": "^6.18.0",
0 commit comments