We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47353da commit c0ce492Copy full SHA for c0ce492
packages/react-scripts/scripts/start.js
@@ -88,7 +88,7 @@ choosePort(HOST, DEFAULT_PORT)
88
['SIGINT', 'SIGTERM'].forEach(function(sig) {
89
process.on(sig, function() {
90
console.log(`Gracefully shutting down server after ${sig}...`);
91
- server.close();
+ devServer.close();
92
process.exit();
93
});
94
0 commit comments