/** * Default Config Example * * This example demonstrates how to use a config file with the SDK. * * Supported config formats: * - qvac.config.json (JSON) * - qvac.config.js (JavaScript with default export) * - qvac.config.ts (TypeScript with default export) * * Config resolution order: * 1. QVAC_CONFIG_PATH environment variable (used here for demo purposes) * 2. Config file in project root - auto-discovered, no env var needed * 3. SDK defaults */ export {}; //# sourceMappingURL=default-config-usage.d.ts.map