Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/1ecf7e91f6cb1d1305fc41d602f69e5996c192ab92bdf9193fffb6af62955421df64004fde10aa0ceffbbb58d2d6e2183a6e744a8cb703a8982964dc91a173
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

9 lines
No EOL
233 B
Text

/* eslint-disable */
export declare const mark: (name: string) => void
export declare const stop: (name: string) => PerformanceEntry
export declare const getEntries: () => PerformanceEntry[]
export declare const clear: () => void