Rocky_Mountain_Vending/.pnpm-store/v10/files/23/818f95167d6a89bf4ebce34bb316458f465fd444db6f8b461e7855f7283e0021b1f60f70fa7a67b853be131ac75b75c90b5929e311d6d10f0c7c6db7238051
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

1 line
79 B
Text

export const fromStatic = (staticValue) => () => Promise.resolve(staticValue);