Rocky_Mountain_Vending/.pnpm-store/v10/files/32/38542a7de7634463ad72c90a4e544500fb3db16021e0f5e83eb7fc3756621986489272c763bb01a23f0b5fa04ae0082aab279b604ab18bb51df16ee7a80682
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

7 lines
230 B
Text

/** Internal global with common properties and Sentry extensions */
/** Get's the global object for the current JavaScript runtime */
const GLOBAL_OBJ = globalThis ;
export { GLOBAL_OBJ };
//# sourceMappingURL=worldwide.js.map