Skip to content

Commit

Permalink
chore: add .gitpod.yml (nuxt#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher authored Oct 13, 2021
1 parent ece0e01 commit 0a9f1e6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
tasks:
- init: |
npx yarn install
npx yarn stub
command: npx yarn play
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

0 comments on commit 0a9f1e6

Please sign in to comment.