# StackScope Configuration for Vite # Copy this file to .env.local in your project root # Required: Your StackScope worker URL VITE_STACKSCOPE_WORKER_URL=https://your-worker.workers.dev # Optional: API key for authentication # VITE_STACKSCOPE_API_KEY=your-optional-api-key # Optional: Enable debug mode (shows logs in console) VITE_STACKSCOPE_DEBUG=true # Optional: Set log level (debug, info, warn, error) # VITE_STACKSCOPE_LOG_LEVEL=info # Optional: Disable all capture (for testing) # VITE_STACKSCOPE_ENABLED=false # Vite automatically exposes VITE_* variables to the browser # Make sure to restart your dev server after changing these values