feat(prisma): 🚩 interactiveTransactions are no longer a preview feature

Removed it frmo previewFeatures
This commit is contained in:
Axel Olausson Holtenäs 2022-12-13 14:08:21 +01:00
parent 3f051b06ee
commit 6b022d7edc

View file

@ -33,5 +33,5 @@
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"conventionalCommits.scopes": ["git", "github", "npm"]
"conventionalCommits.scopes": ["git", "github", "prisma"]
}