Skip to content

Commit f8ea494

Browse files
committed
Fix development entrypoint
1 parent 084788a commit f8ea494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks:
1717
export NODE_ENV=development
1818
export VSCODE_DEV=1
1919
gp sync-await init
20-
./resources/server/web.sh
20+
./scripts/code-server.sh --without-connection-token
2121
name: run app
2222
openMode: split-right
2323
github:

0 commit comments

Comments
 (0)