Skip to content

Commit

Permalink
Merge pull request #5 from vt-idiot/patch-gitpod
Browse files Browse the repository at this point in the history
Update .gitpod.yml
  • Loading branch information
vt-idiot authored May 16, 2023
2 parents b6a3002 + 8831da3 commit f4bf20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
file: .gitpod.dockerfile
tasks:
- name: Continuous Build
command: cd /workspace/xbvr && yarn dev
command: yarn global add concurrently && go install github.com/cosmtrek/air@latest && cd /workspace/xbvr && go generate && go get && yarn && yarn dev
ports:
- port: 9999
onOpen: open-preview
Expand Down

0 comments on commit f4bf20d

Please sign in to comment.