1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

Mask node_modules and Rust target from host sync in devcontainer

This commit is contained in:
Conner Turnbull
2026-01-29 09:19:36 -05:00
parent dcfec9793a
commit 044b074484

View File

@@ -5,5 +5,7 @@ services:
image: mcr.microsoft.com/devcontainers/typescript-node:22
volumes:
- ../../:/workspace:cached
- /workspace/node_modules
- /workspace/apps/desktop/desktop_native/target
shm_size: "1gb"
command: sleep infinity