mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-02 08:49:48 +01:00
ef078d63d8
Add Gitpod configuration
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
|