mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
7 lines
91 B
YAML
7 lines
91 B
YAML
|
ports:
|
||
|
- port: 8000
|
||
|
onOpen: open-preview
|
||
|
tasks:
|
||
|
- init: npm install
|
||
|
command: npm start
|