Rocky_Mountain_Vending/.pnpm-store/v10/files/0b/b7f232aeddf4f18aed6cfd9ea1f5298c19bc396aed7e2097f115c9abc64852ce6b96fafa95e06d0daf3414c20f73fa5304372c10d91319ec54f406c2a3524b
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
220 B
Text

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