Browse Source

Create .gitpod.yml

Luiz Paulo "Bills 5 năm trước cách đây
mục cha
commit
f519bf4903
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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