How I can inject new models from boot script?
At the moment I have model-config.json where model are configurated, but is it possible to inject those from boot script?
model-config.json
"MyModel": {
    "dataSource": "db",
    "public": true
}
my-model-bootscript.js
How I can do the same in bootscript?
 
    