This commit is contained in:
vastxie
2025-05-31 02:28:46 +08:00
parent 0f7adc5c65
commit 86e2eecc1f
1808 changed files with 183083 additions and 86701 deletions

16
service/pm2.conf.json Normal file
View File

@@ -0,0 +1,16 @@
{
"apps": {
"name": "99AI",
"script": "./dist/main.js",
"watch": true,
"ignore_watch": ["node_modules", "logs", "public/file"],
"env": {
"TZ": "Asia/Shanghai"
},
"instances": 1,
"error_file": "logs/err.log",
"out_file": "logs/out.log",
"log_date_format": "YYYY-MM-DD HH:mm:ss",
"max_memory_restart": "2000M"
}
}