Add pm2 support

This commit is contained in:
bingus_violet 2024-09-29 02:28:34 -05:00
parent cf29f29795
commit f40d898f4b

9
pm2-process.json Normal file
View file

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