wizard.ts11 lines · main
1/**
2 * Back-compat re-exports. The interactive / one-shot setup lives in setup.ts
3 * (`briven setup`). `briven dev` still imports runWizard from here.
4 */
5
6export {
7 decideBranch,
8 runWizard,
9 runSetup,
10 type Branch,
11} from './setup.js';