Create .gitpod.yml

This commit is contained in:
Luiz Paulo "Bills 2019-11-08 10:50:58 -03:00 committed by GitHub
parent 94616d6e35
commit f519bf4903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.gitpod.yml Normal file
View File

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