Rocky_Mountain_Vending/.pnpm-store/v10/files/0a/36e43b676092a95dabfc275eb3c6f4b4ed71c51a8671193951c494036429890b07413b24048ca23ff9357152f16cb47a7449939a45c162620e1267e5434cf7
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
231 B
Text

import { Scope } from '@sentry/core';
/**
* Update the active isolation scope.
* Should be used with caution!
*/
export declare function setIsolationScope(isolationScope: Scope): void;
//# sourceMappingURL=scope.d.ts.map