Rocky_Mountain_Vending/.pnpm-store/v10/files/07/2044563ef98b1246b7e55b8c6049df94008b6618616fc4c577efcf261dec70e0b2294a58d9b4ad8f68c64f60514a53af3063f15f76e007f4e868b33c8be034
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
141 B
Text

import type { detectDomainLocale as Fn } from '../shared/lib/i18n/detect-domain-locale';
export declare const detectDomainLocale: typeof Fn;