1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-09-21 12:14:19 +08:00
Sword/.gitpod.yml

7 lines
91 B
YAML
Raw Normal View History

2019-02-13 17:16:39 +08:00
ports:
- port: 8000
onOpen: open-preview
tasks:
- init: npm install
command: npm start