mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
11 lines
141 B
JSON
11 lines
141 B
JSON
{
|
|
"ignore": ["one", "three"],
|
|
"watch": ["four"],
|
|
"env": {
|
|
"USER": "remysharp"
|
|
},
|
|
"execMap": {
|
|
"js": "node --harmony"
|
|
}
|
|
}
|