We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c933f52 commit 3e2cdabCopy full SHA for 3e2cdab
scripts/build.js
@@ -233,7 +233,7 @@ function build(previousSizeMap) {
233
console.log(' ' + chalk.cyan('npm') + ' install -g pushstate-server');
234
}
235
console.log(' ' + chalk.cyan('pushstate-server') + ' ' + build);
236
- console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:9000');
+ console.log(' ' + chalk.cyan(openCommand) + ' http://localhost:' + (process.env.PORT || 9000)
237
console.log();
238
239
});
0 commit comments