Rocky_Mountain_Vending/.pnpm-store/v10/files/bc/3ab5537c0b1829738013bb7240902ee08bcf99b018fb103cfc6c2cc8525cedc5f165125e146b56f9bf90c1cf4dfbfaf629fcab7a53de33e39892a766882b74
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';
export declare function getDomainLocale(path: string, locale?: string | false, locales?: readonly string[], domainLocales?: readonly DomainLocale[]): string | false;