Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/5b76faf93cdff51824b301493c31a1c6d048f2237463cf24431d15d524673c3adbd21571485142ff9e200097998b42d7cb938ec2c7dce2358285251749f4d2
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

3 lines
156 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const ErrorLoader: webpack.LoaderDefinitionFunction;
export default ErrorLoader;