Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/c8a86c38f219e880344ac79a4618ce5400154d559ae0c7318cfc9f0996cd0f775a44e5eab17dff6ce3b351df0e40d5f430b465aa06c4f85d3d0915fdca2d8b
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
195 B
Text

import type { ExportPagesInput, ExportPagesResult } from './types';
import '../server/node-environment';
export declare function exportPages(input: ExportPagesInput): Promise<ExportPagesResult>;