Rocky_Mountain_Vending/.pnpm-store/v10/files/42/8a7d2501e4331700ba8a44506a82cdc798d41f4e90b026150b2ce0a21d5c95e70bd0e05a01b321010a19a0fd3e5800efba6015f1743ea3e83714b9178fef17
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

6 lines
148 B
Text

import { mergeMap } from './mergeMap';
/**
* @deprecated Renamed to {@link mergeMap}. Will be removed in v8.
*/
export const flatMap = mergeMap;