Skip to content

Commit

Permalink
fix: tsx as pnpm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed May 28, 2024
1 parent b3eaa37 commit f6a0e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generator client {
}

generator comments {
provider = "tsx prisma/comment-generator.ts"
provider = "pnpm exec tsx prisma/comment-generator.ts"
}

model User {
Expand Down

0 comments on commit f6a0e60

Please sign in to comment.