Rocky_Mountain_Vending/.pnpm-store/v10/files/3e/0de942ba68215afc44cca431a2dae9b114a5851b223d9e9396d6afbed0a0f86d25dcd7cafcea5ee27ee9d453680c909243ee7a00580d3bbf6346889e3c46fb
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
171 B
Text

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