Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/a1b49b1501502f9511d95e11aa262fb8b4249d47e22631e336645bb02b8450934432c09f2103b2d5c74e500cbd9c32f0a630592609ef90c0eb9c5a239555f6
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
298 B
Text

import freeGlobal from './_freeGlobal.js';
/** Detect free variable `self`. */
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
/** Used as a reference to the global object. */
var root = freeGlobal || freeSelf || Function('return this')();
export default root;