Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/56d3bb65e84ff6913babef9c5cd2264c073b74c5d21c283a750b15fbe1bbff852df1e3f61429426733e1d8de40b8d5f2fdb70996ed158b2e02fa8b47269097
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
99 B
Text

export declare class HardDeprecatedConfigError extends Error {
constructor(message: string);
}