Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/23f7ec6e3e3609917518a5f4ef50c8fdfd3bd178721dc0cfecac4d1f96a2d193382f0bda67a71f7d3106fe4ea546aec313ecf7eaf13b886281fb19dc1a7350
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
155 B
Text

declare class BrowserslistError extends Error {
constructor(message: any)
name: 'BrowserslistError'
browserslist: true
}
export = BrowserslistError