We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29886c3 commit ce36fcaCopy full SHA for ce36fca
1 file changed
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
// TODO: look into making the mounts compatible with container volumes to work without a local repo
2
{
3
"image": "thomasloven/hass-custom-devcontainer",
4
- "onCreateCommand": "sudo chown -R vscode:nvm /usr/local/share/nvm && npm install -g pnpm",
+ "onCreateCommand": "sudo chown -R vscode:nvm /usr/local/share/nvm && npm install -g pnpm@7.33.6",
5
"postCreateCommand": "sudo -E container setup && pip install --upgrade homeassistant && pnpm config set store-dir $XDG_DATA_HOME && pnpm install",
6
"forwardPorts": [8123, 5173],
7
"mounts": [
0 commit comments