Skip to content

Commit

Permalink
Expose 52000 port in Gitpod to serve watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jun 28, 2019
1 parent 3f13d98 commit 0087795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ports:
- port: 8080
onOpen: open-preview
- port: 52000
onOpen: ignore
tasks:
- init: yarn install
command: yarn build && ./marp-cli.js --server demo

0 comments on commit 0087795

Please sign in to comment.