Skip to content

Commit 8d84bc8

Browse files
committed
[gitpod-setup] expose port: 3000 and onOpen: open-preview.
1 parent bbcee36 commit 8d84bc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitpod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
tasks:
22
- init: npm install && npm run build
33
command: npm run dev
4+
ports:
5+
- port: 3000
6+
onOpen: open-preview

0 commit comments

Comments
 (0)