Rocky_Mountain_Vending/.pnpm-store/v10/files/01/ffdc6424d26cf11d46184fc7f547dd3198cf5e506d801a0aae734d05e51d7afc014f69ec84cdbb95293a0be3cc43ac03a548a599bcf77d7e246aec04874881
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

8 lines
228 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.env = void 0;
var detect_node_es_1 = require("detect-node-es");
exports.env = {
isNode: detect_node_es_1.isNode,
forceCache: false,
};