James Fox
06/03/2020, 3:11 AM"dev": "ts-node-dev -r dotenv/config --tree-kill --transpileOnly --no-notify --debug --respawn src/main.ts"
Is there a way to log more verbosely?Ryan
06/03/2020, 8:29 AM"dev": "DEBUG=* ts-node-dev -r dotenv/config --tree-kill --transpileOnly --no-notify --debug --respawn src/main.ts"