Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/17a4436b4517d1aa64e4f2f8e4c84bc8f59ea2b9ad7eebb441eb90906a58f7938a813dc76b4f88e7cf2f8e4783825d5263e54cf5a0bc8d7e3c6b2006633b0e
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

2 lines
220 B
Text

import type { DomainLocale } from '../../../server/config-shared';
export declare function detectDomainLocale(domainItems?: readonly DomainLocale[], hostname?: string, detectedLocale?: string): DomainLocale | undefined;