Rocky_Mountain_Vending/.pnpm-store/v10/files/95/b5c4b94048576182d07dffa83e6c2fadf8d54f2462cb24502431ac80cc79dbfd8df9128457d6703aa2d8f8d47342f5161e6f8dbca7861db21a709bc98f11b2
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
190 B
Text

/**
* Just an Error object with arbitrary attributes attached to it.
*/
export interface ExtendedError extends Error {
[key: string]: any;
}
//# sourceMappingURL=error.d.ts.map