Rocky_Mountain_Vending/.pnpm-store/v10/files/51/f565b24aa336842595dd36b4c2c06c754a091acf3d6a7cd615a31afc623ffedcd196de3b1407eedbe882d13021faee8d47b8e37230b86f34aee83b44c6e9f8
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
197 B
Text

'use strict';
/** @type {import('./maxValue')} */
// eslint-disable-next-line no-extra-parens
module.exports = /** @type {import('./maxValue')} */ (Number.MAX_VALUE) || 1.7976931348623157e+308;