Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/cef2a69b96134b4bcbfdc5cb1d14f0afdddae3a00172910d8b1b66c36fe12350243baedd968bffd9a47e82fa8bfb25a4714fcb78baab002cc75282fee7df75
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
No EOL
131 B
Text

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