Rocky_Mountain_Vending/.pnpm-store/v10/files/a5/e410811d01de4b0d63e20f85a7bca61ef9e2c47f8110a8c04f2804704856faeddc39cf21ab690a75e78ffb438b1b96d4b184d911a53aa7bd7842fc9c678a7f
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
128 B
Text

function _read_only_error(name) {
throw new TypeError("\"" + name + "\" is read-only");
}
export { _read_only_error as _ };