Rocky_Mountain_Vending/.pnpm-store/v10/files/ee/88e3c6c2995bf6f63be21e0b2172baaca9948aeed48a77056e99fc49acfa769583fed6c1e01e0a7e0904a34b4d1e309c8291aa6b165bacb9b90a87ea8c8c1f
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

4 lines
173 B
Text

/**
* Throw NextFontError error. Used by the WellKnownErrorsPlugin to format errors thrown by next/font.
*/
export declare function nextFontError(message: string): never;