Rocky_Mountain_Vending/.pnpm-store/v10/files/11/1b45d100b65c4cc7c0372a0432bd7e67e8c07e3bfff2d4e1f966a01f01eadcef2d34530015d8c26ae85019338d2b849f8b07f8849601747d30565822c43bb5
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
262 B
Text

import type { AdapterOptions } from '../../server/web/adapter';
import '../../server/web/globals';
export default function nHandler(opts: Omit<AdapterOptions, 'IncrementalCache' | 'page' | 'handler'>): Promise<import("../../server/web/types").FetchEventResult>;