Rocky_Mountain_Vending/.pnpm-store/v10/files/87/09f904375cef20f781928a8cf38acd82d2c90885af5b6402c25f20eab3346b226abb6d08c6b81c3a53e98b5e7aa619fb7afa9e7dcc5b047e716ab25755da25
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

7 lines
410 B
Text

import { LocalVariablesIntegrationOptions } from './common';
export declare const base64WorkerScript = "###LocalVariablesWorkerScript###";
/**
* Adds local variables to exception frames
*/
export declare const localVariablesAsyncIntegration: (integrationOptions?: LocalVariablesIntegrationOptions | undefined) => import("@sentry/core").Integration;
//# sourceMappingURL=local-variables-async.d.ts.map