mirror of
https://github.com/DumbWareio/DumbTerm.git
synced 2026-01-21 11:24:45 +08:00
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"ignore": [
|
|
"public/*",
|
|
"node_modules/*",
|
|
".git",
|
|
"*.log"
|
|
],
|
|
"delay": 1000,
|
|
"watch": ["server.js", "config/*", "scripts/*"]
|
|
} |