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

Function shutdown

packages/python/src/start-dev-server.ts:942–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

940
941 // No-op shutdown so CLI won't kill the server after each request
942 const shutdown = async () => {};
943 return { port, pid, shutdown, crons };
944 } catch (err) {
945 rejectChildReady(err);

Callers 1

withDevServerFunction · 0.50

Calls

no outgoing calls

Tested by 1

withDevServerFunction · 0.40