Johannes
Johannes
> I'm seeing this issue as well, except the workaround (`-r ts-node/register`) does not seem to work for me. The oddest thing is that it seemed to be working and...
> `nodemon` seems to proxy to `ts-node` as `ts-node --env-file=.env src/app.ts` You could also use the **--exec** flag in nodemon and then type your script as you would do normally.....
> Thanks @ICEatm. How the `--exec` argument can pass the `--env-file` arg to `node`? > > So far what is working for me: `nodemon -r dotenv/config src/main.ts` but had to...