1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 16:53:27 +00:00
Files
browser/.devcontainer/common/.env.example

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