Rocky_Mountain_Vending/.pnpm-store/v10/files/64/c6e722c9af94c047ca5dbe24a67c632d234530c64341c88aa6b842517b26e1770c3884de89c5f2ef4d2dcd0a498f98d8f315fe1cc0a3432a6b86afcef56047
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

6 lines
176 B
Text

export declare function isStableBuild(): boolean;
export declare class CanaryOnlyConfigError extends Error {
constructor(arg: {
feature: string;
} | string);
}