Rocky_Mountain_Vending/.pnpm-store/v10/files/89/3bbf0956ebf812008cc8b804acccf48fc412443e974fad794793c03015bdfe527d43bb047fcda5d00ee4101c7178bafd45f68d5a65025509bc893020efb8c4
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
212 B
Text

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