Rocky_Mountain_Vending/.pnpm-store/v10/files/45/01831db0e43cdee968c45d4bc4baad67f29db2e45438fe65ba9c3d9ad617f7492774a912907dfe9a185de2c964276298d0e7f4bd0a22cda846774d195f3103
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
190 B
Text

/**
* Normalizes the trailing slash of a path according to the `trailingSlash` option
* in `next.config.js`.
*/
export declare const normalizePathTrailingSlash: (path: string) => string;