Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/6b73dbff85a2402b6f03c6edf5c4025053141480016ed6dc76e2f5ca704a46776f3406bf59043e40171dbd8bf701f0c5980e59b8b949fc1972028b7b89e283
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
163 B
Text

declare function lookupClosestLocale(locale: string | string[] | undefined, available: { [key: string]: any }): string | undefined;
export = lookupClosestLocale;