3 changed files with 9 additions and 1 deletions
@ -1,6 +1,7 @@ |
|||||||
tasks: |
tasks: |
||||||
|
- command: gp await-port 3000 && gp preview $(gp url 3000)/examples/browser/demo.html |
||||||
- init: npm install |
- init: npm install |
||||||
command: npm start |
command: npm start |
||||||
ports: |
ports: |
||||||
- port: 3000 |
- port: 3000 |
||||||
onOpen: open-preview |
onOpen: ignore |
Loading…
Reference in new issue