Rocky_Mountain_Vending/.pnpm-store/v10/files/2f/6f41ff3ce7cbf11c9cb150e9fdad84ad45a3532224691aaa771f98cdb6c50d385e05fea45f9dea58519a8873750bc33c49f510f3b5c23008f614746dadc4b6
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/use-sync-external-store-shim.native.production.js');
} else {
module.exports = require('../cjs/use-sync-external-store-shim.native.development.js');
}