(dir, opts = {})
| 484 | } |
| 485 | |
| 486 | export function nextExportDefault(dir, opts = {}) { |
| 487 | return runNextCommand(["export", dir], opts) |
| 488 | } |
| 489 | |
| 490 | export function nextStart(dir, port, opts = {}) { |
| 491 | return runNextCommandDev(["start", "-p", port, dir], undefined, { |
nothing calls this directly
no test coverage detected