mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 16:53:27 +00:00
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
# Devcontainer setup configuration
|
|
# Copy to .env and modify as needed
|
|
|
|
# Install Rust nightly toolchain and cargo tools for desktop native module
|
|
SETUP_DESKTOP_NATIVE=yes
|
|
|
|
# Install mkcert and generate SSL certificates for localhost (needed for WebAuthn)
|
|
SETUP_MKCERT=yes
|
|
|
|
# Run npm ci to install dependencies
|
|
RUN_NPM_CI=yes
|