Rocky_Mountain_Vending/.pnpm-store/v10/files/53/171bd770988c083b84bc749dd971fabafa06c03ea9392e325476855a8ec144fcb7eeab91de2ffb7189f4e185555d6fa5d27c5646baa6beace551ea70a89e46
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

5 lines
106 B
Text

import { isNode } from 'detect-node-es';
export var env = {
isNode: isNode,
forceCache: false,
};