See the discussion in #33. We are trying to move app.start from loopback-explorer to loopback. The current integration with loopback-explorer is causing troubles:
- workspace's
app.js is loading the module
- loopback's
app.start wants to report the explorer's URL
Proposed solution:
- The code loading plugins (i.e. loopback-explorer) is responsible for handling the case where the module is not available.
- The plugin (loopback-explorer) is responsible for reporting information useful to the user. The message should be printed from an even handler listening on a new "start" event that is emitted by the
app.start().
See the discussion in #33. We are trying to move
app.startfrom loopback-explorer to loopback. The current integration with loopback-explorer is causing troubles:app.jsis loading the moduleapp.startwants to report the explorer's URLProposed solution:
app.start().