Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/584e960cfa1c33577f78fa129f1c1475c803d7ea0d356fd0a8244f2d48b0913d8c21031838380f2c1909cc37346dfa26fe7b504101f969002df5031165a598
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

6 lines
326 B
Text

import type { TelemetryLoaderContext } from './telemetry-plugin';
export type SwcTransformTelemetryOutput = {
eliminatedPackages?: string;
useCacheTelemetryTracker?: string;
};
export declare function updateTelemetryLoaderCtxFromTransformOutput(ctx: TelemetryLoaderContext, output: SwcTransformTelemetryOutput): void;