We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70768b3 commit 8d4604eCopy full SHA for 8d4604e
packages/react-scripts/scripts/start.js
@@ -54,7 +54,7 @@ const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000;
54
55
function run(port) {
56
const protocol = process.env.HTTPS === 'true' ? 'https' : 'http';
57
- const host = process.env.HOST || 'localhost';
+ const host = process.env.HOST || '0.0.0.0';
58
59
// Create a webpack compiler that is configured with custom messages.
60
const compiler = createWebpackCompiler(
0 commit comments