Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

wip: make ports config more stable. #837

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ports:
- port: 8000
onOpen: open-preview
- port: 9000-10000
onOpen: ignore

tasks:
- init: cd plugins/gatsby-remark-gitpod && npm install
Expand Down