ruoyi-plus-vben5/.gitpod.yml
Trivikram Kamat dd2b1ed580
fix: install corepack from npm (#5905)
* fix: install corepack from npm

* docs: install corepack from npm
2025-04-27 22:03:35 +08:00

7 lines
129 B
YAML

ports:
- port: 5555
onOpen: open-preview
tasks:
- init: npm i -g corepack && pnpm install
command: pnpm run dev:play