上传部署环境文件

This commit is contained in:
2026-07-03 00:58:56 +08:00
parent f7fe4597c6
commit ceaf45ef03
11 changed files with 633 additions and 1 deletions
+9
View File
@@ -41,5 +41,14 @@ module.exports = {
instances: 1,
exec_mode: 'fork',
},
{
name: 'dukang-admin-web',
cwd: `${APP_ROOT}/apps/admin-web`,
script: 'npx',
args: 'serve -s dist -l 8094',
interpreter: 'none',
instances: 1,
exec_mode: 'fork',
},
],
};