Rocky_Mountain_Vending/.pnpm-store/v10/files/d3/69b87119f21823e09fc97761c4b613cfcae0b164a648ffedb4c5edb591eeec0bdc717467118458d1d51b53b65238f9f03d08647e7188f41922016c67b57463
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
201 B
Text

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