Forestadmin-schema.json Generation

Hey @Chihabe, and welcome to our community :wave:

We currently don’t have documentation on this, but maybe the schemaDir option might be useful in your case.
Where you do your

forest.init({
    ...
    schemaDir: './aFolderThatShouldContainsTheForestadminSchema.json',
})

Simply point the folder to where the .forestadmin-schema.json should be located.

Let me know if that helps