Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/0a00e3dfaa52d890e81ead495b1e6aeee74c97931f26f5cb5d3ad4556d0ef680bb48cdf8d74f3c2ff2d5d60b8f344c58ace7a4ec8e33ff4324f948c308edeb
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('escapeRegExp', require('../escapeRegExp'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;