Skip to content

Commit

Permalink
add nvmrc, update npm registry, add fastboot whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
billdami committed Apr 1, 2020
1 parent 5689eea commit d745b00
Show file tree
Hide file tree
Showing 3 changed files with 1,390 additions and 1,385 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.18.0
4 changes: 4 additions & 0 deletions tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ module.exports = function(environment) {
APP: {
// Here you can pass flags/options to your application instance
// when it is created
},

fastboot: {
hostWhitelist: [/^localhost:\d+$/]
}
};

Expand Down
Loading

0 comments on commit d745b00

Please sign in to comment.