mirror of
https://github.com/zhigang1992/favicongrabber.com.git
synced 2026-01-12 09:03:58 +08:00
Support for nodemon
This commit is contained in:
11
nodemon.json
Normal file
11
nodemon.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"verbose": true,
|
||||
"watch": [
|
||||
"server/",
|
||||
".env"
|
||||
],
|
||||
"execMap": {
|
||||
"env": "npm start"
|
||||
},
|
||||
"ext": "js env"
|
||||
}
|
||||
Reference in New Issue
Block a user