metellusa

Results 1 comments of metellusa

Nodemon seems to have been the culprit for me. Once I removed nodemon, it worked! I had this before: `"scripts": { "start": "nodemon --watch 'src/**/*.ts' --exec \"npx ts-node\" index.ts" }`...