Rocky_Mountain_Vending/.pnpm-store/v10/files/12/3e9e16039314743a157c75bba83e6464bdbb4476e0789c397a64d3f727745fa5c67fffb7ee92f0955a322f94b45aea84d605b45b352b1334eef9fb9e3c8e0f
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
152 B
Text

/**
* Removes everything after the last "/", but leaves the slash.
*/
export default function stripFilename(path: string | undefined | null): string;