import { configureConsent } from "@pdntechnology/cookie-consent"; configureConsent({ storageKey: "demo_cookie_consent", waitForUpdateMs: 500, adsDataRedaction: true, urlPassthrough: true, debug: false, });