Open richardfeliciano opened 1 month ago
Adds a new configuration "skipModels" so that models can be excluded from file generation.
generator zod { provider = "zod-prisma" output = "../src/schemas" modelSuffix = "Schema" relationModel = false skipModels = ["SignIn", "SignUp"] }
Adds a new configuration "skipModels" so that models can be excluded from file generation.