ludu-cloud/admin-web/.gitpod.yml

7 lines
91 B
YAML
Raw Normal View History

2019-02-27 11:06:55 +08:00
ports:
- port: 8000
onOpen: open-preview
tasks:
- init: npm install
command: npm start