Rocky_Mountain_Vending/.pnpm-store/v10/files/81/658b16e49429e25a1f9d2af5999436e47ed5201e380237ddaf1b4fad2508e425c550b97fe76e9be61728fcc426c93b4be4131ec82dc3167327967387cce04e
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
165 B
Text

var convert = require('./convert'),
func = convert('updateWith', require('../updateWith'));
func.placeholder = require('./placeholder');
module.exports = func;