Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/552c65fb7d4547e23750d34d69399535dd2e65444107054204e4aab6e73011c83ba5dd9e26e2066a9ef2b68bd01fa45bc6b132c380cfdea3c049887e91331f
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

7 lines
No EOL
263 B
Text

export type Locale = import("../../types/lhr/settings").Locale;
export type LhlMessages = Record<string, {
message: string;
}>;
/** @type {Record<Locale, LhlMessages>} */
export const locales: Record<Locale, LhlMessages>;
//# sourceMappingURL=locales.d.ts.map