Rocky_Mountain_Vending/.pnpm-store/v10/files/d0/d8bd9a5ceb3cc2c87075a20c7d621d9e0365e6d7bb4850b822ffcb0e0fb82964ca2bd1b0822129cf3f56486ea6aa7406220638c20b35fca530ff1077f66f3a
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
200 B
Text

/**
* Adds the provided prefix to the given path. It first ensures that the path
* is indeed starting with a slash.
*/
export declare function addPathPrefix(path: string, prefix?: string): string;