tool.xpcool.com/deploy.json
2026-08-22 12:09:33 +08:00

6 lines
146 B
JSON

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