ts-node-dev --no-notify src/index.ts does not disable notifications for me on 1.0.0-pre.4
ts-node-dev --no-notify src/index.ts
1.0.0-pre.4
Nevermind. It does work.
It seems there's an incompatibility with dotenv-cli.
dotenv-cli
dotenv ts-node-dev --no-notify src/index.ts
Re: #72
Most helpful comment
Nevermind. It does work.
It seems there's an incompatibility with
dotenv-cli.