Files
dotenv-types/src/commands/index.ts
7000pctAUTO c71ab5f8ba
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-31 20:27:42 +00:00

4 lines
154 B
TypeScript

export { createValidateCommand } from './validate';
export { createGenerateCommand } from './generate';
export { createMigrateCommand } from './migrate';