Skip to content

Commit

Permalink
chore(tests): highlight schema in vscode (#13204)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed May 5, 2022
1 parent aff1b11 commit 68ab4e1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
export default ({ provider, providerFeatures, previewFeatures, id }) => {
return `
return /* Prisma */ `
generator client {
provider = "prisma-client-js"
previewFeatures = [${providerFeatures}${previewFeatures}]
Expand Down

0 comments on commit 68ab4e1

Please sign in to comment.