Rocky_Mountain_Vending/.pnpm-store/v10/files/da/f01e20778d39fc03084019bc9f9805a90e2c85b31b8d98bb564ddc1d97fc5fc4fc4669b455d059b05502a169b6eb5daf3f7fe213e59b280f47fb316bf68e8b
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
100 B
Text

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