We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3b16f commit 42db1faCopy full SHA for 42db1fa
.gitpod.yml
@@ -0,0 +1,8 @@
1
+# Commands to start on workspace startup
2
+tasks:
3
+ - init: npm install
4
+ command: npm run editor-remote
5
+# Ports to expose on workspace startup
6
+ports:
7
+ - port: 1959
8
+ onOpen: open-preview
0 commit comments