Rocky_Mountain_Vending/.pnpm-store/v10/files/84/16de1b855a819386ca6870de022f79d2134bf588166fc3fae19f6c9915b3331964d28afeb33ae1d15ce734d8299115a643834a0562a7d45c3b344367dbd97b
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
99 B
Text

export default class CssSyntaxError extends Error {
stack: any;
constructor(error: any);
}