Rocky_Mountain_Vending/.pnpm-store/v10/files/d6/5949400ed37d8c452f56e9abc631dc43aa9f872d561c31bd6791a1cb724e82957a0e75d0e5b53d06f35f8a896da25baa2866fc99be08b8a5e3745f19b2f8f1
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
No EOL
228 B
Text

const GlobalURLPattern = // @ts-expect-error: URLPattern is not available in Node.js
typeof URLPattern === 'undefined' ? undefined : URLPattern;
export { GlobalURLPattern as URLPattern };
//# sourceMappingURL=url-pattern.js.map