Skip to content

Commit

Permalink
fix(api): remove default type from zod-prisma-types (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Jul 31, 2024
1 parent 5b75e00 commit ebe058d
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 281 deletions.
1 change: 1 addition & 0 deletions apps/api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ generator zod {
createRelationValuesTypes = true
output = "../../../packages/validation/src/prisma"
useMultipleFiles = false
useDefaultValidators = false
}

datasource db {
Expand Down
Loading

0 comments on commit ebe058d

Please sign in to comment.