Rocky_Mountain_Vending/.pnpm-store/v10/files/50/ffcab148d6a97e19ecd362705a10d7125454d9d5fa04ac8b2a9760db2426759ee05226f09a325ace5173c1fbc9008bb3b8bb563ce15e46f8c9023057f4c465
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
222 B
Text

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