瀏覽代碼

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