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

Function needsBlockingBuild

packages/cli/src/util/dev/server.ts:3441–3444  ·  view source on GitHub ↗
(buildMatch: BuildMatch)

Source from the content-addressed store, hash-verified

3439}
3440
3441function needsBlockingBuild(buildMatch: BuildMatch): boolean {
3442 const { builder } = buildMatch.builderWithPkg;
3443 return typeof builder.shouldServe !== 'function';
3444}
3445
3446function filterFrontendBuilds(build: Builder) {
3447 const { name } = npa(build.use);

Callers 1

updateBuildMatchesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected