Rocky_Mountain_Vending/.pnpm-store/v10/files/d7/f9c5364cbd804aeb38066df36356fed7c55b441e467042f289ef526e6954aba9e7ce1721a7696205f392ff72739e200c7aac4d65b7e4b5c1d57a310570af10
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

7 lines
196 B
Text

/**
* Get pathname from absolute path.
*
* @param absolutePath the absolute path
* @returns the pathname
*/
export declare function getPathnameFromAbsolutePath(absolutePath: string): string;