Rocky_Mountain_Vending/.pnpm-store/v10/files/a8/ecf36b7f99adba7d8e50e501018b6a636acf00421bfe84f10174ff573ff5fd124ddad093217c1f4870905524ff0d05ff16acaa795af97f954bd4342e2e9a22
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

6 lines
138 B
Text

/** Runtime Context. */
export interface Runtime {
name?: string;
version?: string;
}
//# sourceMappingURL=runtime.d.ts.map