Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ exit
Method
exit
packages/cli/src/util/dev/server.ts:303–306 ·
view source on GitHub ↗
(code = 1)
Source
from the content-addressed store, hash-verified
301
}
302
303
async
exit(code = 1) {
304
await
this.stop(code);
305
process.exit(code);
306
}
307
308
enqueueFsEvent(
type
: string, path: string): void {
309
this.watchAggregationEvents.push({
type
, path });
Callers
15
getLocalEnv
Method · 0.95
_getVercelConfig
Method · 0.95
tryValidateOrExit
Method · 0.95
validateVercelConfig
Method · 0.95
_error
Function · 0.45
server.mjs
File · 0.45
integration-link-env-pull.test.ts
File · 0.45
northstar.test.ts
File · 0.45
integration-2.test.ts
File · 0.45
integration-1.test.ts
File · 0.45
integration-3.test.ts
File · 0.45
onBuild
Function · 0.45
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected