Skip to content

Commit 675aab0

Browse files
author
Mike Nikles
committed
Configure port 3000 behaviour.
1 parent 93c6291 commit 675aab0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitpod.yml

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

0 commit comments

Comments
 (0)