Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
Make Gitpod just work on launch
  • Loading branch information
vt-idiot authored May 16, 2023
1 parent 9adce0a commit 8831da3
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 8831da3

Please sign in to comment.