Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/a22d18140f335a55f33ab320fdb8172c953f8c1cc6eef09cd471cca2901ef9ce053dc00d8b2638e5a7dd16bf4fa1d99e7aee55952183f277f752ea45a6e985
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('wrapperValue', require('../wrapperValue'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;