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