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>
12 lines
398 B
Text
12 lines
398 B
Text
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
|
const core = require('@sentry/core');
|
|
|
|
const NODE_VERSION = core.parseSemver(process.versions.node) ;
|
|
const NODE_MAJOR = NODE_VERSION.major;
|
|
const NODE_MINOR = NODE_VERSION.minor;
|
|
|
|
exports.NODE_MAJOR = NODE_MAJOR;
|
|
exports.NODE_MINOR = NODE_MINOR;
|
|
exports.NODE_VERSION = NODE_VERSION;
|
|
//# sourceMappingURL=nodeVersion.js.map
|