Skip to content

Commit 06d4310

Browse files
authored
chore: add missing environment variable
1 parent dda2f78 commit 06d4310

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitpod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
tasks:
1111
- name: Setup & start
1212
init: npm install
13-
command: npm start
13+
command: LOCATION_ADDR=FIXME npm start
1414

1515
ports:
16-
- port: 3000
16+
- port: 51904
1717
visibility: public
18-
onOpen: notify
18+
onOpen: ignore
1919

2020
github:
2121
prebuilds:
@@ -25,4 +25,4 @@ github:
2525
pullRequestsFromForks: true
2626
addCheck: true
2727
addComment: false
28-
addBadge: true
28+
addBadge: true

0 commit comments

Comments
 (0)