Rocky_Mountain_Vending/.pnpm-store/v10/files/5a/d9498d44280d876a879f31870bde644d28fc2dae7af16c0236f06bbd6775336dc5c11a5989d3e75e03ef3a8555195e3ebb9670adc4b9bbf658785bf1145004
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

5 lines
156 B
Text

export declare const QTS_DEBUG: boolean;
export declare let debugLog: {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
};