You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/src/api/schemas/xyz.ts lint ━━━━━━━━━━
× Size of src/api/schemas/xyz.ts is 1.2 MiB which exceeds configured maximum of 1.0 MiB for this project.
The file size limit exists to prevent us inadvertently slowing down and loading large files that we shouldn't.
Use the `files.maxSize` configuration to change the maximum size of files processed.
Any other comments?
Add ability to exclude some type of generations
for example I don't need to generate zod validation for responses
What versions are you using?
What versions are you using?
Operating System
MacOS sonoma
Package Version
v6.30.2
Browser Version
Chrome Version 126.0.6478.115 (Official Build) (arm64)
Node Version
v20.14.0
Suggestion
exportdefaultdefineConfig({xyzProject: {output: {mode: 'tags',workspace: 'src/api',schemas: './model',target: './schemas',indexFiles: true,client: 'zod',mock: false,biome: true,override: {header: false,useDates: true,useNamedParameters: true,useNativeEnums: true,zod: {// this can be a temporary solutiongenerate: {response: false,body: true,query: true,},// end of solutioncoerce: {query: true,param: true,body: true,},},},},input: {target: 'http://localhost:4000/api.json',validation: true,filters: {tags: [/^(?!app).+/],},},},})
The text was updated successfully, but these errors were encountered:
What are the steps to reproduce this issue?
What happens?
Running lint and project performance decrease
What were you expecting to happen?
Use zod objects for relation data
Any logs, error output, etc?
Any other comments?
Add ability to exclude some type of generations
for example I don't need to generate zod validation for responses
What versions are you using?
Suggestion
The text was updated successfully, but these errors were encountered: