Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
fix ember-data dependency and server listen on 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zirkelbach committed Dec 19, 2019
1 parent 5e00aff commit d35ad42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ember-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
Setting `disableAnalytics` to true will prevent any data from being sent.
*/
"disableAnalytics": true
"disableAnalytics": true,
"host": "0.0.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"ember-cli-babel": "^7.12.0",
"ember-cli-htmlbars": "^3.0.1",
"ember-cli-node-modules-to-vendor": "^0.3.0",
"ember-data": "3.13.1",
"ember-data": "3.15.0",
"ember-link-action": "0.1.3",
"ember-resolver": "^5.0.1",
"ember-simple-auth": "^1.8.1",
Expand Down

0 comments on commit d35ad42

Please sign in to comment.