Skip to content

MIGRATION_GLOBS

const MIGRATION_GLOBS: readonly string[]

Defined in: src/epic-migrations.ts:20

Single source of truth for what counts as a migration path. Kept deliberately tight: directory-scoped (**/migrations/**, **/drizzle/**, **/neo4j/**, **/alembic/**) plus the Cypher file extension. Add a family here (and nowhere else) to widen detection.