We are working with docker + lerna + yarn workspace and we have a problem with the forestadmin-schema.json file being generated/updated outside of the project directory.
The file is not generated in the correct directory, and we didn’t find how to control the path.
We would like to know how we can either control the path where the file is created, or understand how to manually generate it.
The schemaDir option will be used bot the reading and generating the schema file.
Once the option is set, restart your ForestAdmin agent and the .forestadmin-schema.json file should be regenerated in the given directory.
Regarding the “manual generation” for the schema file, do you mean you want to write it yourself? If yes, that won’t be possible as it will be overwritten when the agent restarts
If you want to trigger the schema generation, just remove the file, restart your agent (for your development environment) and the file will be generated.