Rocky_Mountain_Vending/.pnpm-store/v10/files/38/d3bfd33fe6f91572c96afcd5d2d91b41f4de50f2432be864cdccd69820ddc47332071c027888f5cbd2706533bc50f009c7b35a6ebe12c1f370f8890058aa52
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
250 B
Text

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