From 996b063007d5d7e0faa1b55317c252800e2e6c96 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 8 Aug 2024 22:59:05 -0500 Subject: [PATCH] Readd process.json --- process.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 process.json 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" +}