Rocky_Mountain_Vending/.pnpm-store/v10/files/4a/1ea926c8f8161acc1f9eb2d68f45867cadf4417008519d30d462461e9048e2dcec61a30affaa6f9657b331f13cb169fd918e55fb326e11e1d45d5720673977
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
121 B
Text

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