Open zdanov opened 4 years ago
hi, thanks for this great work! i'm getting this everytime i run 'yarn start':
❯ yarn start yarn run v1.22.4 $ nodemon ./src/index.ts [nodemon] 2.0.1 [nodemon] to restart at any time, enter rs [nodemon] watching dir(s): src/*/ [nodemon] watching extensions: ts,graphql [nodemon] starting ts-node -r tsconfig-paths/register -r dotenv/config src/index.ts ./src/index.ts [nodemon] clean exit - waiting for changes before restart
rs
ts-node -r tsconfig-paths/register -r dotenv/config src/index.ts ./src/index.ts
do you see same issue on your end? any suggestions for fix? thanks!
@zdanov hi, thanks for reporting! Don’t remember having this problem before, I’ll check.
hi, thanks for this great work! i'm getting this everytime i run 'yarn start':
❯ yarn start yarn run v1.22.4 $ nodemon ./src/index.ts [nodemon] 2.0.1 [nodemon] to restart at any time, enter
rs
[nodemon] watching dir(s): src/*/ [nodemon] watching extensions: ts,graphql [nodemon] startingts-node -r tsconfig-paths/register -r dotenv/config src/index.ts ./src/index.ts
[nodemon] clean exit - waiting for changes before restart