Rocky_Mountain_Vending/.pnpm-store/v10/files/45/d5fc37dd8e88fd7730ef20d98d008c6b9c24a7a4bc8b127f27350e6d54ebe7f6cfc9b30a18ed7360a7bf92da2e319f26ff95a1613488a715f5dc1d226160a7
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
No EOL
77 B
Text

declare const MAX_SAFE_INTEGER: 9007199254740991;
export = MAX_SAFE_INTEGER;