MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / removeDevServerMetadata

Function removeDevServerMetadata

scripts/dev-web.ts:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216async function removeDevServerMetadata() {
217 await rm(devServerMetadataPath, { force: true })
218}
219
220process.once('SIGINT', () => void shutdown())
221process.once('SIGTERM', () => void shutdown())

Callers 2

shutdownFunction · 0.85
dev-web.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected