{ "setupTasks": [ { "name": "Install Dependencies", "command": "pnpm i" } ], "tasks": { "dev": { "name": "dev", "command": "pnpm dev:h5", "runAtStart": true, "preview": { "port": 5173 } }, "build": { "name": "build", "command": "pnpm build:h5", "runAtStart": false } } }