Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/6526c9b7d0e2ac8eaa8bd59f31f8b046516053a1577779b9a202a5639703537f23a79f6edba7b929de0c58d4d592c2ebdb0906426d5e23eb74a68bb68551d6
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
231 B
Text

'use strict';
/** @type {import('./maxSafeInteger')} */
// eslint-disable-next-line no-extra-parens
module.exports = /** @type {import('./maxSafeInteger')} */ (Number.MAX_SAFE_INTEGER) || 9007199254740991; // Math.pow(2, 53) - 1;