We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7851507 commit 788a45bCopy full SHA for 788a45b
2 files changed
api/api.js
@@ -83,7 +83,7 @@ if (process.env.APIPORT) {
83
console.error(err);
84
}
85
console.info('----\n==> 🌎 API is running on port %s', process.env.APIPORT);
86
- console.info('==> 💻 Send requests to http://%s:%s', process.env.APIHOST, process.env.APIPORT);
+ console.info('==> 💻 Send requests to http://localhost:%s', process.env.APIPORT);
87
});
88
} else {
89
console.error('==> ERROR: No APIPORT environment variable has been specified');
package.json
@@ -197,6 +197,7 @@
197
"lighthouse": "^1.5.1",
198
"mocha": "^3.2.0",
199
"node-sass": "^4.5.0",
200
+ "offline-plugin": "^4.8.0",
201
"phantomjs-polyfill": "^0.0.2",
202
"phantomjs-prebuilt": "^2.1.14",
203
"piping": "^1.0.0-rc.4",
0 commit comments