Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/c1ca1c527d11b9982d877785792ce1c4a3ed40331f88dc512e9e0348d6570419ea7a251bbe062d15ce8f379888e98185de8ecb437bfaceb95c083b7d93f360
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

9 lines
293 B
Text

'use strict';
module.exports = (
// node 12+
process.allowedNodeEnvironmentFlags && process.allowedNodeEnvironmentFlags.has('--preserve-symlinks')
) || (
// node v6.2 - v11
String(module.constructor._findPath).indexOf('preserveSymlinks') >= 0 // eslint-disable-line no-underscore-dangle
);