mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
19 lines
243 B
JSON
19 lines
243 B
JSON
{
|
|
"watch": [
|
|
"./",
|
|
"lib",
|
|
"src",
|
|
"plugins"
|
|
],
|
|
"ext": "js css html",
|
|
"exec": "node",
|
|
"delay": 2,
|
|
"ignore": [
|
|
"/vendor/*",
|
|
"/public/*",
|
|
"./README.md",
|
|
"*.css",
|
|
"/vendor/*",
|
|
":(\\d)*\\.js"
|
|
]
|
|
} |