Rocky_Mountain_Vending/.pnpm-store/v10/files/32/6011ff1027cbe185f27cb0e8df59fbaf92c8aaa42e7cec4320ce8ee946015c1911cc73c6b9aace68b63b407e20ce9b2b995a47e815b412d000fe7e8b9a73b2
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
No EOL
134 B
Text

export const pipe = (...fns)=>(param)=>fns.reduce(async (result, next)=>next(await result), param);
//# sourceMappingURL=utils.js.map