Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/c87a23b84cc4a25ce0c961c88931ffb9a99bc0fc7dab18dd5e6170362e1d3ce9c313e700c8a4226dd2c41e2643ec9c6a729d8bbbbd15ec7f9706abdb399bb9
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

11 lines
264 B
Text

export declare class PageSignatureError extends Error {
constructor({ page }: {
page: string;
});
}
export declare class RemovedPageError extends Error {
constructor();
}
export declare class RemovedUAError extends Error {
constructor();
}