Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/b6bbb1aa8000eaee896d4097fb631a71c97f254ee48d54fad947b8901412a9e8ca961fe298d27a11d6d80c5c2f65cf11d89e5f9358e422225fc8532cca2e95
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

2 lines
151 B
Text

import type { NextConfigComplete } from '../server/config-shared';
export declare function hasCustomExportOutput(config: NextConfigComplete): boolean;