Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/52309ca9fa7f4de6c4aee3ba8a0e9428d4325063b46a0e37e24c56784c90374aad43b6de9883767a8fa511a1a897ffe8a697c0a1f70af3da20e49d8ef1b319
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
106 B
Text

/** Used to match template delimiters. */
var reEvaluate = /<%([\s\S]+?)%>/g;
export default reEvaluate;