how to watch lib folder

This commit is contained in:
Nicco Kunzmann 2022-04-28 20:53:52 +00:00
parent abc0ff67e7
commit 1fc5890ec6
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ npm install -g nodemon
```
Run it:
```
nodemon index.js
nodemon index.js --watch lib
```
## Improve me