mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update to prisma v6.7.0
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
"check-types": "tsc --noEmit",
|
||||
"compile": "bun build --compile --minify --sourcemap --bytecode ./src/index.ts --outfile server"
|
||||
},
|
||||
{{#if (eq orm 'prisma')}}
|
||||
"prisma": {
|
||||
"schema": "./schema"
|
||||
},
|
||||
{{/if}}
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.7",
|
||||
"zod": "^3.24.2"
|
||||
Reference in New Issue
Block a user