Skip to content

Commit

Permalink
Fix URL opened in initial Gitpod preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jonek committed Jun 25, 2019
1 parent 3ab279c commit ded3fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod-devServer.sh
Expand Up @@ -9,6 +9,6 @@ export PATH=$PATH:$(pwd)/node_modules/.bin
qrcode ${URL}
echo Public URL of dev server is: ${URL}

$(sleep 5 && gp preview $(gp url 8080)package.json)
$(sleep 5 && gp preview $(gp url 8080)/package.json)

tabris serve -l

0 comments on commit ded3fc5

Please sign in to comment.