Rocky_Mountain_Vending/.pnpm-store/v10/files/dd/5bf9250fce6837751d83b2e56bc8b2bb7e3f549360705019e0f569fbfd4791efc6ceb88553f3eac4dc9038675f99d0948f36606b335b4cee0d47595c39159d
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
377 B
Text

export declare function getMaybePagePath(page: string, distDir: string, locales: readonly string[] | undefined, isAppPath: boolean): string | null;
export declare function getPagePath(page: string, distDir: string, locales: string[] | undefined, isAppPath: boolean): string;
export declare function requirePage(page: string, distDir: string, isAppPath: boolean): Promise<any>;