Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/9172780072bf2a1f63efc63d568e38eec92d17740931ffe5b29c99897b1c5572fa9c16e39b75483ee187cd343ee41023c950b9a5f129febe348c69f52d5893
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
205 B
Text

export declare class StaticGenBailoutError extends Error {
readonly code = "NEXT_STATIC_GEN_BAILOUT";
}
export declare function isStaticGenBailoutError(error: unknown): error is StaticGenBailoutError;