Zet - How do you get nodemon to monitor a file but ignore a directory?
How do you get nodemon to monitor a file but ignore a directory?
Use the -i flag
Example
npx nodemon -i *-gen index.ts
#node
Use the -i flag
Example
npx nodemon -i *-gen index.ts
#node