Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/7f3f0467411871e3316a88cbf3ddc0191391b996055e421434404ba1e47f90f4a68282d3c2c8efd8ffd7d022e07e375c3dab8cb170968dbcbaec820c72f40a
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

17 lines
836 B
Text

import { PagesRouteModule } from '../../server/route-modules/pages/module.compiled';
declare const _default: any;
export default _default;
export declare const getStaticProps: any;
export declare const getStaticPaths: any;
export declare const getServerSideProps: any;
export declare const config: any;
export declare const reportWebVitals: any;
export declare const unstable_getStaticProps: any;
export declare const unstable_getStaticPaths: any;
export declare const unstable_getStaticParams: any;
export declare const unstable_getServerProps: any;
export declare const unstable_getServerSideProps: any;
export declare const routeModule: PagesRouteModule;
export declare const handler: (req: import("http").IncomingMessage, res: import("http").ServerResponse, ctx: {
waitUntil: (prom: Promise<void>) => void;
}) => Promise<void>;