Rocky_Mountain_Vending/.pnpm-store/v10/files/da/5d5d7eb5a150ec6a127030d07a43602b35785845df07910bf0eb40018decd0607ff0a13bca7da61b8a12e86e9d629952bf8e0b25d15b117aadc7e275ef934b
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

7 lines
218 B
Text

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-refresh-babel.production.min.js');
} else {
module.exports = require('./cjs/react-refresh-babel.development.js');
}