MCPcopy
hub / github.com/blitz-js/blitz / RunNextCommandOptions

Interface RunNextCommandOptions

integration-tests/utils/next-test-utils.ts:906–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

904}
905
906interface RunNextCommandOptions {
907 cwd?: string
908 env?: Record<any, any>
909 spawnOptions?: any
910 instance?: any
911 stderr?: string
912 stdout?: string
913 ignoreFail?: boolean
914 nodeArgs?: []
915}
916
917interface RunNextCommandDevOptions {
918 cwd?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected