Files
descrybe/apps/web/src/lib/activation/index.ts
T
greeneclipse 8580c996c3 Initial commit of Descrybe v2 without local scratch artifacts.
Drop one-shot tmp/axe scripts and agent i18n scratch so the Gitea tree is deployable.
2026-08-09 22:47:43 +02:00

20 lines
451 B
TypeScript

export {
ACTIVATION_STEPS,
ACTIVATION_STEP_DEFS,
visibleActivationSteps,
activationStepIndexById,
activationIndexFromTutorialStep,
activationIndexFromWorkspace,
type ActivationStep,
type ActivationWorkspaceEvidence
} from "./steps";
export {
ACTIVATION_STORAGE_KEY,
ACTIVATION_PROGRESS_VERSION,
readActivationProgress,
writeActivationProgress,
resolveActivationCursor,
type ActivationProgress,
type ActivationStatus
} from "./storage";