Skip to content

Commit 35fa7f6

Browse files
committed
fix: improve Gitpod port configuration
1 parent ee62e44 commit 35fa7f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitpod.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
ports:
22
- port: 3000
3+
onOpen: open-preview
34
- port: 3001
45
onOpen: ignore
6+
- port: 8000
7+
onOpen: ignore
58
tasks:
69
- init: yarn
710
command: yarn demo:dev

0 commit comments

Comments
 (0)