소스 검색

Create .gitpod.yml

Luiz Paulo "Bills 5 년 전
부모
커밋
f519bf4903
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .gitpod.yml

+ 9 - 0
.gitpod.yml

@@ -0,0 +1,9 @@
+image: gitpod/workspace-full
+
+tasks:
+  - init: npm i
+    command: npm start
+
+ports:
+  - port: 9000
+    onOpen: open-preview