Skip to content

Commit

Permalink
set useMultipleFiles in prisma schema to true
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishoermann committed Mar 13, 2023
1 parent e84bb41 commit 064b51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/usage/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ generator zod {
provider = "ts-node-dev ../generator/src/bin.ts"
// provider = "zod-prisma-types"
output = "./generated/zod" // default is ./generated/zod
// useMultipleFiles = true // default is false
useMultipleFiles = true // default is false
// createInputTypes = false // default is true
// createModelTypes = false // default is true
// addInputTypeValidation = false // default is true
Expand Down

0 comments on commit 064b51e

Please sign in to comment.