Rocky_Mountain_Vending/.pnpm-store/v10/files/53/f6fd8281060ffb51ff9c58ed3873e282340c46621dee8ed60bc8984414fd086ee0dbc555e20a66ec977c40d2ee350e3f4e4dc80b44c95def075bc8b70ef41d
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
197 B
Text

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