Rocky_Mountain_Vending/.pnpm-store/v10/files/5a/5b29e0a34dcc52276e3266670c8eecdada899868eb9f2cff5d09c3430ae891de974ad269bd5c3a807c2de1ba42f689841c5bebd30c2abaff0db7f021c2146d
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
124 B
Text

export declare const isCI: boolean;
export declare const name: string | null;
export declare const hasNextSupport: boolean;