Rocky_Mountain_Vending/.pnpm-store/v10/files/4e/6385c1fa856087b3bc3b1aaae66b60edf5844a224b59f43fd881575ef00f135f6c971cbf94806d730c8509d924a3b662ca7df71467e45bca101d562ffbe242
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

8 lines
236 B
Text

export declare function buildDataRoute(page: string, buildId: string): {
page: string;
routeKeys: {
[named: string]: string;
} | undefined;
dataRouteRegex: string;
namedDataRouteRegex: string | undefined;
};