# 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