MCPcopy Create free account
hub / github.com/vercel/vercel / cleanupEnvFile

Function cleanupEnvFile

packages/container/src/dev.ts:566–568  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected