Rocky_Mountain_Vending/.pnpm-store/v10/files/7a/624d39aeea72674682eff8adefa9624ff50ceb3e5950d625f49db16d706d3fba17ac503dc495549d2de52b9905e60475a87af39d7351c9678c1030a5f01622
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
No EOL
196 B
Text

/**
* Removes everything after the last "/", but leaves the slash.
*/
export = function stripFilename(path: string | undefined | null): string;
//# sourceMappingURL=strip-filename.d.ts.map