mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
8 lines
120 B
YAML
8 lines
120 B
YAML
|
ports:
|
||
|
- port: 8000
|
||
|
onOpen: open-preview
|
||
|
|
||
|
tasks:
|
||
|
- before: pip3 install -r requirements.txt
|
||
|
command: make webserver
|