Rocky_Mountain_Vending/.pnpm-store/v10/files/41/dada9797bc2dafb6be179a7141e6ca071a4a17ebc284bef49e94ecc9f57ba134063759c7495423f93276c3ad0e468bbcf4fde18820150424a05c302eeada1b
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

5 lines
141 B
Text

/**
* Returns true if we are in the browser.
*/
export declare function isBrowser(): boolean;
//# sourceMappingURL=isBrowser.d.ts.map