Rocky_Mountain_Vending/.pnpm-store/v10/files/93/9e8e212075e3f8d527e3810289b4ffb0100c8e825df563c89e9991b2cdd94501013a627cb2afb3121fa19ec20548709131fd23730cd14ad0f1e8b0157816e1
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
No EOL
119 B
Text

function _readOnlyError(r) {
throw new TypeError('"' + r + '" is read-only');
}
export { _readOnlyError as default };