migrations glob "src/migrations/**/*.ts" was CWD-relative — broken when CLI runs outside the src/ directory. Using __dirname makes it absolute and portable.
migrations glob "src/migrations/**/*.ts" was CWD-relative — broken when CLI runs outside the src/ directory. Using __dirname makes it absolute and portable.