Rocky_Mountain_Vending/.pnpm-store/v10/files/f5/7e380fbdb71933b1c54fcfdcc2adddf8a1824e4343dad3cfb42cd88d2e97d6c8a4d45162deb1166596d6a54bc4eac9d49294e2bdac66b563ae730de7a3c1a9
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

3 lines
147 B
Text

import * as Either from 'fp-ts/Either';
declare const arrayToPath: (paths: Either.Either<string, number>[]) => string;
export default arrayToPath;