Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/9334fc2430169915de561eedeed11d2b60e7669c660021d667ca018833c9fdf0062d5a4d786aa5cacfb361e53ce4e0354e0e35f2e7c577ae54ec360997c444
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

4 lines
122 B
Text

import type * as errors from "../core/errors.cjs";
export default function (): {
localeError: errors.$ZodErrorMap;
};