Rocky_Mountain_Vending/.pnpm-store/v10/files/e1/f601f2e2feb71840dd1a2dee5d00388f72decbe32a2fe148bab26d28ac0bf749b28b9f447b5b84438458ed01c182eaf13cb4a567e5c3e6cf70ee0e16000990
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

4 lines
105 B
Text

/** Used to match template delimiters. */
var reEscape = /<%-([\s\S]+?)%>/g;
module.exports = reEscape;