Rocky_Mountain_Vending/.pnpm-store/v10/files/77/0a79468d464e65ce8278a357c441efff13b1013b0197732140a8e5de1a03bbec94a8c77db9fc31002090750aa124704d567afceaac9a53e6e16f520e25339d
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
147 B
Text

/**
* Detects whether a given url is routable by the Next.js router (browser only).
*/
export declare function isLocalURL(url: string): boolean;