Register a demo fixture provider. The unified + Tiltify fetchers call into the provider when an incoming slug matches one of the demo identifiers, short-circuiting the network entirely.
Anything matching DemoProvider; pass null to detach.
null
import { setDemoProvider } from "@playlive/fundraiser-data";import * as demo from "@playlive/realtime-pipeline/demo";setDemoProvider(demo); Copy
import { setDemoProvider } from "@playlive/fundraiser-data";import * as demo from "@playlive/realtime-pipeline/demo";setDemoProvider(demo);
Register a demo fixture provider. The unified + Tiltify fetchers call into the provider when an incoming slug matches one of the demo identifiers, short-circuiting the network entirely.