7 lines
91 B
YAML
7 lines
91 B
YAML
|
ports:
|
||
|
- port: 8000
|
||
|
onOpen: open-preview
|
||
|
tasks:
|
||
|
- init: npm install
|
||
|
command: npm start
|