Rocky_Mountain_Vending/.pnpm-store/v10/files/79/07edf6291b0773b9712f58848bd2a5d57bf295621855a549813f0362f17dca51a86b98506acfb2526aef102221fb928e2a18d8537a70192258615b8c56e746
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
124 B
Text

import { map } from './map';
export function mapTo(value) {
return map(() => value);
}
//# sourceMappingURL=mapTo.js.map