Skip to content

Commit b881796

Browse files
committed
chore(pm2): Add hoyo-buddy2 app
1 parent d6b8f96 commit b881796

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pm2.json

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"interpreter_args": "-OO",
88
"args": "--sentry --schedule --search --prometheus --novelai"
99
},
10+
{
11+
"name": "hoyo-buddy2",
12+
"script": "./run.py",
13+
"interpreter": "./.venv/bin/python",
14+
"interpreter_args": "-OO",
15+
"args": "--sentry --schedule --search --prometheus --novelai"
16+
},
1017
{
1118
"name": "hb-app",
1219
"script": "./run_web_app.py",

0 commit comments

Comments
 (0)