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