The problem happens because you are using migrations pointing to a typescript file. If you comment out that line, everything starts.
migrations: ["src/database/migrations/*-migration.ts"],