Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/341d4a3be393b0869847ba622452b08f72dd78a19ce84dbe079763480551e98fe2cd18a33a01c57ff86350c63aac57d9a5e78ceda6e608588d6185fd64ef84
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

6 lines
233 B
Text

function _tagged_template_literal(strings, raw) {
if (!raw) raw = strings.slice(0);
return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } }));
}
export { _tagged_template_literal as _ };