Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/c625717ff063bd76943a970a98ec7495b2b48a70edd417ab92f7b6cf45b375735978f86670c3dc239c518ffcfa796f865af86578961a2883dfcbae4484be23
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/scheduler-unstable_mock.production.js');
} else {
module.exports = require('./cjs/scheduler-unstable_mock.development.js');
}