浏览代码

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