1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Fix demo development inside a dev container (#21261)

This commit is contained in:
Paulus Schoutsen
2024-07-03 13:52:53 +02:00
committed by GitHub
parent 81c796beb4
commit d833910796
3 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"postCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y libpcap-dev",
"postStartCommand": "script/bootstrap",
"containerEnv": {
"DEV_CONTAINER": "1",
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
},
"customizations": {