Rocky_Mountain_Vending/.pnpm-store/v10/files/db/a1cd63bde21077c07909b32ed55a5f704dd09d5d9e62c9869eadd0518f3dfdcdec952f2d588794cbb873a01af5cbb3c4e1213f41eaa4ff2be7fbd176d7e55d
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

7 lines
136 B
Text

export const operation = (namespace, name, traits, input, output) => ({
name,
namespace,
traits,
input,
output,
});