We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076c2fe commit 94c9b49Copy full SHA for 94c9b49
cleanup.js
@@ -1,4 +1,4 @@
1
-const { shutdown } = require('./src/utils/serverAPI'); // Use CommonJS `require` syntax
+const { shutdown } = require('./src/utils/serverAPI');
2
const isWindows = process.platform === 'win32';
3
4
const kill = async (process) => {
0 commit comments