.gitpod.yml 103 B

123456
  1. ports:
  2. - port: 3344
  3. onOpen: open-preview
  4. tasks:
  5. - init: pnpm install
  6. command: pnpm run dev