add pm2 process

This commit is contained in:
bingus_violet 2024-08-19 01:02:40 -05:00
parent 1bd10ca1d7
commit 83f5984928

9
pm2-process.json Normal file
View file

@ -0,0 +1,9 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["config", ".*"],
"watch_options": {
"followSymlinks": false
},
"name": "API"
}