Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
function
stopServer() {
42
if
(serverProcess && !serverProcess.killed) {
43
console.log(
'Stopping server...'
);
44
serverProcess.kill();
45
}
46
}
47
48
console.log(
'watching...'
);
Callers
1
restartServer
Function · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected