loopback-boot/lib
Miroslav Bajtoš b887b33b57 compiler: Move model-sources cfg to models.json
Remove `modelSources` option from `boot()` options, add `_meta.sources`
to `models.json`.

```json
{
  "_meta": {
    "sources": ["./custom/path/to/models"]
  },
  "Car": {
    "dataSource": "db"
  }
}
```
2014-06-16 16:41:12 +02:00
..
bundler.js Rework model configuration 2014-06-13 19:40:52 +02:00
compiler.js compiler: Move model-sources cfg to models.json 2014-06-16 16:41:12 +02:00
config-loader.js Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
executor.js Rework model configuration 2014-06-13 19:40:52 +02:00