Hi,
Say I have the following hierarchy and all the required dependencies:
core
___systems
______game
___projects
______my_project
Is there a supported way to automatically trigger the build of "my_project" ?
Like the "build" button does on the app...
... but in a way that can be automated in a build system (e.g. by running a script, think GitLab CI).
Or do I have to start a server and send it some command over the network? A lot seems to be happening in plugins/default/gameSettings/build/buildGame.ts...
I'll take any help or pointers you have. Thanks.