MCPcopy Create free account
hub / github.com/blitz-js/blitz / nextExportDefault

Function nextExportDefault

integration-tests/utils/next-test-utils.ts:486–488  ·  view source on GitHub ↗
(dir, opts = {})

Source from the content-addressed store, hash-verified

484}
485
486export function nextExportDefault(dir, opts = {}) {
487 return runNextCommand(["export", dir], opts)
488}
489
490export function nextStart(dir, port, opts = {}) {
491 return runNextCommandDev(["start", "-p", port, dir], undefined, {

Callers

nothing calls this directly

Calls 1

runNextCommandFunction · 0.85

Tested by

no test coverage detected