Skip to content

Commit 42db1fa

Browse files
Adds gitpod.yml.
1 parent bd3b16f commit 42db1fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitpod.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)