Rocky_Mountain_Vending/.pnpm-store/v10/files/9a/f3bac3682b58e37f8f984e5b61f8a8601fc224a98a06f967a58345a49e99996af5c7796719769f42dd16c1e2d4fe2d53bdccb5303629ae76952b574ed33ebf
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

4 lines
173 B
Text

/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;