Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/559dca7ed42bbcb850252b37c1f42b6ec90982884abd91e300fda72540cd69a9f5029c9c8d23c58f941d68bf70a413291dfa89e8d24155d6a583e151ad395d
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
235 B
Text

import { type VersionInfo } from './parse-version-info';
export declare const matchNextPageBundleRequest: import("../../shared/lib/router/utils/path-match").PatchMatcher;
export declare function getVersionInfo(): Promise<VersionInfo>;