格式化命令字符串并添加缺失的命令项

This commit is contained in:
xiongxiao
2026-03-22 14:29:56 +08:00
committed by cnb
parent e6fb81bcc4
commit 370ca5c29a

View File

@@ -4,5 +4,8 @@ const startList = [
},
{
cmd: "cd /workspace/skills/minimax/listen-cost && pnpm pm2"
},
{
cmd: `cd /workspace && pm2 start "bun run src/remote.ts" --name remote-dev`
}
]