diff --git a/.gitpod.yml b/.gitpod.yml index 721ade9..dfef023 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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: