Browse Source

Fixes a small bug.

pull/308/head
nisarhassan12 6 years ago
parent
commit
b1b41b63de
  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