ant-design/.gitpod.yml

9 lines
138 B
YAML
Raw Permalink Normal View History

2019-02-08 10:01:01 +08:00
ports:
- port: 8001
onOpen: open-preview
tasks:
- before: >
export DEV_HOST=$(gp url 8001)
init: npm install
command: npm start