Rocky_Mountain_Vending/.pnpm-store/v10/files/dc/e2c31cc86529c1fd5e88eeda031101813870e13885fb4970111ca7ad3ac87325c8f5c46fa1982b5a557e3bda52c2534f23f5840acb98a092a90eb8ea75e842
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
226 B
Text

/**
* Fetches a font file and returns its contents as a Buffer.
* If NEXT_FONT_GOOGLE_MOCKED_RESPONSES is set, we handle mock data logic.
*/
export declare function fetchFontFile(url: string, isDev: boolean): Promise<any>;