Browse Source

Merge pull request #308 from nisarhassan12/master

Enhancement
pull/309/head
jeromewu 6 years ago committed by GitHub
parent
commit
3c231b6d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitpod.yml

2
.gitpod.yml

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
tasks:
- command: gp await-port 3000 && gp preview $(gp url 3000)/examples/browser/demo.html
- command: gp await-port 3000 && sleep 3 && gp preview $(gp url 3000)/examples/browser/demo.html
- init: npm install
command: npm start
ports:

Loading…
Cancel
Save