This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
loopback-boot
mirror of
https://github.com/strongloop/loopback-boot.git
Watch
0
Star
0
Fork
You've already forked loopback-boot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bf995c55b
loopback-boot
/
test
/
fixtures
/
simple-app
/
model-config.json
6 lines
43 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial implementation Move `app.boot()` and its tests from loopback. Fix jshint warnings. Clean up unit tests - remove dependency on global variables created by loopback's test/support.js
2014-05-23 14:39:34 +00:00
{
Change models.json to configure existing models Breaking change. In the new 2.x project layout, definition of loopback Models is out of scope of the boot process. The bootstrapper only configures existing models - attaches them to a dataSource and the app object.
2014-06-09 12:43:44 +00:00
"User"
:
{
Initial implementation Move `app.boot()` and its tests from loopback. Fix jshint warnings. Clean up unit tests - remove dependency on global variables created by loopback's test/support.js
2014-05-23 14:39:34 +00:00
"dataSource"
:
"db"
}
}