Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/68636fd1afa015f7fc27bbf2c43a60b8b9294b598105b9ad875bbc5d823662205b5e218be403c989cdf019ca54d899df1b58c63dcaaba0eac54899d09101dd
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
248 B
Text

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