Sfoglia il codice sorgente

Create .gitpod.yml

Luiz Paulo "Bills 5 anni fa
parent
commit
f519bf4903
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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