Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/db96a8f22c8c891023e9aad24dec206a67fdf8a5017a91ac1731bcb1878bcf102db9837039c629ce418e46fd402cfa268704068f76beac051ca2003fa1075e
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
277 B
Text

import { Scope } from './scope';
/** Get the default current scope. */
export declare function getDefaultCurrentScope(): Scope;
/** Get the default isolation scope. */
export declare function getDefaultIsolationScope(): Scope;
//# sourceMappingURL=defaultScopes.d.ts.map