Nuxt/.gitpod.yml

22 lines
358 B
YAML
Raw Normal View History

2021-10-13 12:07:14 +00:00
tasks:
- init: |
npx pnpm install
npx pnpm build:stub
command: npx pnpm play
2021-10-13 12:07:14 +00:00
ports:
- port: 3000
onOpen: open-preview
visibility: public
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: false
addBadge: true
addLabel: true