Rocky_Mountain_Vending/.pnpm-store/v10/files/bc/9aa3be44ee323b7ad298014fa1b18ccbef5e776d8d687cad6190a4a081de23502c0b7ced03514552d4c77fcc8d8d60dc42371ed66e2459aeaf33db9692c406
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

3 lines
150 B
Text

export declare const traceGlobals: Map<any, any>;
export declare const setGlobal: (key: any, val: any) => void;
export declare const traceId: string;