8 lines
100 B
YAML
8 lines
100 B
YAML
|
ports:
|
||
|
- port: 3000
|
||
|
onOpen: open-preview
|
||
|
|
||
|
tasks:
|
||
|
- init: npm install
|
||
|
command: npm start
|