UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

15 lines (13 loc) 817 B
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="34faace3-fabb-5bdd-842d-9757b6bad229")}catch(e){}}(); import { SetupOrchestrator } from "../orchestrator.js"; import { createSetupHandlers } from "../steps/index.js"; export async function runSetupFlow(input) { const orchestrator = new SetupOrchestrator({ handlers: createSetupHandlers(input.services), log: input.log, onStateTransition: input.onStateTransition, }); await orchestrator.run(input.initialState, input.initialContext); } //# sourceMappingURL=run-setup-flow.js.map //# debugId=34faace3-fabb-5bdd-842d-9757b6bad229