Skip to content

Commit

Permalink
Fix development entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Feb 10, 2022
1 parent 084788a commit f8ea494
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 @@ -17,7 +17,7 @@ tasks:
export NODE_ENV=development
export VSCODE_DEV=1
gp sync-await init
./resources/server/web.sh
./scripts/code-server.sh --without-connection-token
name: run app
openMode: split-right
github:
Expand Down

0 comments on commit f8ea494

Please sign in to comment.