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
Is your feature request related to a problem? Please describe.
When using zenstack on a large pre-existing database I have run in to an issue where I cannot run the server because of the number of files that get created by zod when using the trpc integration.
I have used the /// @@Gen.model(hide: true) comment to disable the trpc generation for certain models but zod still runs on all of them.
In my case this generated > 65 MB of files and the server could not start.
Describe the solution you'd like
Allow specifying a whitelist of models that zod+trpc generation should happen on