Files
Moltbot/src/commands/configure.ts
2026-02-15 14:20:06 +00:00

13 lines
384 B
TypeScript

export {
configureCommand,
configureCommandFromSectionsArg,
configureCommandWithSections,
} from "./configure.commands.js";
export { buildGatewayAuthConfig } from "./configure.gateway-auth.js";
export {
CONFIGURE_WIZARD_SECTIONS,
parseConfigureWizardSections,
type WizardSection,
} from "./configure.shared.js";
export { runConfigureWizard } from "./configure.wizard.js";