mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: add .gitpod.yml
(#866)
This commit is contained in:
parent
ece0e014a4
commit
0a9f1e6405
21
.gitpod.yml
Normal file
21
.gitpod.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user