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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user