mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
gitpod changes
This commit is contained in:
parent
4deef55257
commit
d407c6fe69
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
image: ghcr.io/esphome/esphome-lint:dev
|
||||
ports:
|
||||
- port: 6052
|
||||
onOpen: open-preview
|
||||
onOpen: open-browser
|
||||
tasks:
|
||||
# yamllint disable-line rule:line-length
|
||||
- before: pyenv local $(pyenv version | grep '^3\.' | cut -d ' ' -f 1) && script/setup
|
||||
command: python -m esphome dashboard config
|
||||
- before: script/devcontainer-post-create
|
||||
command: python3 -m esphome dashboard config
|
||||
|
|
Loading…
Reference in a new issue