Rocky_Mountain_Vending/.pnpm-store/v10/files/99/ee4cace0fb0b2d427e84ef8baf78b64677e6c31a7d8b2e585ef72269cda570f808f3fe54a1e050bd0cf65ac39a3114f67c861cfe9ed087c7dbb02980cc927b
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

3 lines
No EOL
143 B
Text

export default (typeof global !== "undefined" ? global :
typeof self !== "undefined" ? self :
typeof window !== "undefined" ? window : {});