Files
clawdbot/src/commands/configure.ts
Peter Steinberger c379191f80 chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
2026-01-14 15:02:19 +00:00

5 lines
307 B
TypeScript

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