()
| 564 | }); |
| 565 | |
| 566 | const cleanupEnvFile = () => { |
| 567 | rmSync(path.dirname(envFilePath), { recursive: true, force: true }); |
| 568 | }; |
| 569 | |
| 570 | const shutdown = async (): Promise<void> => { |
| 571 | // Drop the cache entry first so a concurrent request starts a fresh |