app.xpcool.com/deploy.json
2026-08-22 12:09:32 +08:00

6 lines
154 B
JSON

{
"image": "node:20-alpine",
"build": "corepack enable && pnpm install && pnpm run build",
"output": "dist/build/h5",
"target": "app.xpcool.com"
}