Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/753e9d3ed4aed6149e03b3140fd993fffa5b6514ea5e38f7823f6ab171bbeb31e36a295d15f7c6d899b093b7ac3ae61679fed18eaa209866e269729a518e4e
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
115 B
Text

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