Rocky_Mountain_Vending/.pnpm-store/v10/files/c3/661aa491b2ab192b23e251c594ed165dbfdd9641150de6cc1cfb94acacb56d244e3de9de7721a880d52c4db2632ff1bbc7144ce0a1c540b0c79b0a23555674
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
262 B
Text

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('../cjs/use-sync-external-store-shim/with-selector.production.js');
} else {
module.exports = require('../cjs/use-sync-external-store-shim/with-selector.development.js');
}