Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/b5a36fa139532728bff79d594cc3f4a6682469c2621f3f5e47c7650cb2078bb1c7d488ddb3ff6fd1353afc6edc8cb0302eff24d50a76c24389bb2f29da9a47
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
No EOL
228 B
Text

import type { 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