Rocky_Mountain_Vending/.pnpm-store/v10/files/98/c408acd573f18fd4e6f6702df5ae7b718ad2da876749f0f3b257c3fc900a2023d2289d65e4bc4b7d90a0737542a998bbfc28957d32dddf72993dfafca5cb88
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

8 lines
No EOL
196 B
Text

export class NoFallbackError extends Error {
constructor(){
super();
this.message = 'Internal: NoFallbackError';
}
}
//# sourceMappingURL=no-fallback-error.external.js.map