Rocky_Mountain_Vending/.pnpm-store/v10/files/37/50ecc9821ab23e362d1bb5e7b19af4c31b6148bcb4895e7f9f932cc86c16519a848c76c713fe7e22e5747af41a8d64efbc96c822da7d89b862bf67a507f52c
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
95 B
Text

if (!("global" in globalThis)) {
globalThis.global = globalThis;
}
export default globalThis;