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

Function createBuildOptions

packages/container/test/unit.test.ts:25–31  ·  view source on GitHub ↗
(config: Record<string, unknown>)

Source from the content-addressed store, hash-verified

23});
24
25const createBuildOptions = (config: Record<string, unknown>) => ({
26 files: {},
27 entrypoint: 'docker.io/library/nginx:1.27',
28 workPath: '/',
29 repoRootPath: '/',
30 config,
31});
32
33/** Build a fake (unsigned) OIDC JWT with the given claims. */
34function fakeOidcToken(claims: Record<string, unknown> = {}) {

Callers 2

unit.test.tsFile · 0.85
runDockerfileBuildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected