We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ea600 commit 6937f30Copy full SHA for 6937f30
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