diff --git a/pm2-process.json b/pm2-process.json new file mode 100644 index 0000000..af4d512 --- /dev/null +++ b/pm2-process.json @@ -0,0 +1,9 @@ +{ + "script": "index.js", + "watch": true, + "ignore_watch": ["cached", ".*"], + "watch_options": { + "followSymlinks": false + }, + "name": "Violets-Purgatory" +} \ No newline at end of file