Fui seguindo o passo a passo do professor, porém quando executei o "npm run typeorm migration:generate src/db/migrations/cria-tabelas
"
deu esse erro:
> loja@0.0.1 typeorm
> typeorm-ts-node-esm --dataSource src/db/data-source-cli.ts migration:generate src/db/migrations/cria-tabelas
Error during migration generation:
Error: Unable to open file: "/home/pedrohvc/wsl-workspace/nestjs-curso-3/src/db/data-source-cli.ts". exports is not defined in ES module scope
at CommandUtils.loadDataSource (/home/pedrohvc/wsl-workspace/nestjs-curso-3/node_modules/typeorm/commands/CommandUtils.js:22:19)
at async Object.handler (/home/pedrohvc/wsl-workspace/nestjs-curso-3/node_modules/typeorm/commands/MigrationGenerateCommand.js:68:26)