Rocky_Mountain_Vending/.pnpm-store/v10/files/73/30003817d34428819243c853cc8f252a06aeeebc5ae23176a25f358e7dc3edb934cef458506488ad49ea15b51e93c351b2eaf435ee38c3afae38da5a2edefc
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
208 B
Text

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