Rocky_Mountain_Vending/.pnpm-store/v10/files/ea/a4ca3206b65432c997f06b64a18ba8b70be9cc271dff46d47fde4d7baab7c72c226f4db06206d1b86116ee6fa1dc6bc6498b6aad7207bcca041b8fd70e403a
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
365 B
Text

export declare function preloadStyle(href: string, crossOrigin: string | undefined, nonce: string | undefined): void;
export declare function preloadFont(href: string, type: string, crossOrigin: string | undefined, nonce: string | undefined): void;
export declare function preconnect(href: string, crossOrigin: string | undefined, nonce: string | undefined): void;