# Mechanica runtime configuration # Copy this file to .env.local for local development or define the same keys in Vercel. VITE_APP_NAME=Mechanica VITE_APP_ORIGIN=http://localhost:5173 VITE_DEFAULT_MACHINE=four-stroke-petrol-engine VITE_ASSET_BASE_URL=/assets/machines/ # Decoder/transcoder paths used by the production asset loading pipeline. # Copy Three.js Draco decoder files to public/draco/ and Basis/KTX2 transcoder files to public/basis/. VITE_DRACO_DECODER_PATH=/draco/ VITE_KTX2_TRANSCODER_PATH=/basis/ # UI/diagnostics flags. Keep false for public production unless actively profiling. VITE_ENABLE_PERF_OVERLAY=false VITE_ENABLE_DEBUG_CAMERA=false VITE_ENABLE_SOURCE_MAPS=false # Default social preview image. The client-side SEO layer can override title/description per machine. VITE_SOCIAL_IMAGE=/social/mechanica-og.svg # Non-secret contact surfaced in maintainer-facing errors and documentation. VITE_SUPPORT_EMAIL=maintainers@mechanica.local # Playwright local defaults. PLAYWRIGHT_BASE_URL=http://127.0.0.1:5173 PLAYWRIGHT_SKIP_WEBSERVER=false