Merge pull request #518 from VermiumSifell/dev
feat(prisma): 🚩 interactiveTransactions are n…
This commit is contained in:
commit
4d480324d4
2 changed files with 3 additions and 4 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -33,5 +33,5 @@
|
||||||
"[prisma]": {
|
"[prisma]": {
|
||||||
"editor.defaultFormatter": "Prisma.prisma"
|
"editor.defaultFormatter": "Prisma.prisma"
|
||||||
},
|
},
|
||||||
"conventionalCommits.scopes": ["git", "github", "npm"]
|
"conventionalCommits.scopes": ["git", "github", "prisma"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,8 @@
|
||||||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||||
|
|
||||||
generator client {
|
generator client {
|
||||||
provider = "prisma-client-js"
|
provider = "prisma-client-js"
|
||||||
binaryTargets = ["native", "linux-musl"]
|
binaryTargets = ["native", "linux-musl"]
|
||||||
previewFeatures = ["interactiveTransactions"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
datasource db {
|
datasource db {
|
||||||
|
|
Loading…
Add table
Reference in a new issue