diff --git a/process.json b/process.json new file mode 100644 index 0000000..524516d --- /dev/null +++ b/process.json @@ -0,0 +1,9 @@ +{ + "script": "index.js", + "watch": true, + "ignore_watch": ["cache"], + "watch_options": { + "followSymlinks": false + }, + "name": "Cache" +}