Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/abee2ba45ae5b2a96329f6248d171a7249a409f7b020ee864f7fc7d8fdc4bb9735cb5ebefd4127095e5fb63c209af1f7b38bd018f19ed4a853750cd1683c34
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

5 lines
109 B
Text

export declare const version: {
readonly major: 4;
readonly minor: 0;
readonly patch: number;
};