MCPcopy Create free account
hub / github.com/6174/comflowyspace / stopServer

Function stopServer

apps/node/esbuild.config.mjs:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41function stopServer() {
42 if (serverProcess && !serverProcess.killed) {
43 console.log('Stopping server...');
44 serverProcess.kill();
45 }
46}
47
48console.log('watching...');

Callers 1

restartServerFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected