修改user端的项目文件到mini-user
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-14 15:52:27 +08:00
parent e0f5977dd9
commit 9403d22544
8 changed files with 42 additions and 11 deletions
+2 -1
View File
@@ -15,8 +15,9 @@ module.exports = {
},
},
{
// C 端改为 mini-user H5 产物(端口仍 8091,进程名保持兼容旧脚本)
name: 'dukang-h5-user',
cwd: `${APP_ROOT}/apps/h5-user`,
cwd: `${APP_ROOT}/apps/mini-user`,
script: 'npx',
args: 'serve -s dist -l 8091',
interpreter: 'none',