Readd process.json
This commit is contained in:
parent
52190b9f04
commit
996b063007
1 changed files with 9 additions and 0 deletions
9
process.json
Normal file
9
process.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"script": "index.js",
|
||||||
|
"watch": true,
|
||||||
|
"ignore_watch": ["cache"],
|
||||||
|
"watch_options": {
|
||||||
|
"followSymlinks": false
|
||||||
|
},
|
||||||
|
"name": "Cache"
|
||||||
|
}
|
Loading…
Reference in a new issue