Create .gitpod.yml
This commit is contained in:
parent
94616d6e35
commit
f519bf4903
9
.gitpod.yml
Normal file
9
.gitpod.yml
Normal file
@ -0,0 +1,9 @@
|
||||
image: gitpod/workspace-full
|
||||
|
||||
tasks:
|
||||
- init: npm i
|
||||
command: npm start
|
||||
|
||||
ports:
|
||||
- port: 9000
|
||||
onOpen: open-preview
|
Loading…
x
Reference in New Issue
Block a user