Rocky_Mountain_Vending/.pnpm-store/v10/files/70/ef1d75db8332c0d8ebd258ec9cc7882bd9d6458440d76466137bfc44efa5d4ed05c8f1fe82cc1bafa81113dd72a7c1c556f9f37377d3b2caf683dc6f8fdb18
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

6 lines
248 B
Text

/**
* Locates the global scope for a browser or browser-like environment. If
* neither `window` nor `self` is defined by the environment, the same object
* will be returned on each invocation.
*/
export declare function locateWindow(): Window;