add gitpod config
This commit is contained in:
parent
94155c2621
commit
8fceac0118
7
.gitpod.yml
Normal file
7
.gitpod.yml
Normal file
@ -0,0 +1,7 @@
|
||||
ports:
|
||||
- port: 8400
|
||||
onOpen: open-preview
|
||||
tasks:
|
||||
- init: npm install
|
||||
command: npm start
|
||||
|
Loading…
Reference in New Issue
Block a user