Forest types generate a lot of noise during PR reviews and create a lot of conflicts.
So I would like to remove it from my repo and to generate it manually with a script running just before starting my server (with the forest agent).
Unfortunately I can’t do that because the methods to generate the types are private and can only be started with the full agent (cf here).
What should I do ?
Additional note: even if I cannot reproduce, I believe that schema types are not deterministic (i.e. same code can produce a different type file).
Context
Agent type & version:
“@forestadmin/agent”: “1.4.4”
“@forestadmin/datasource-sql”: “1.1.4”