Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/2b5ec3faf1045e6c267719830e1cc1a23b952482a84389d45fca09bb12b2863eabed77ab38e88d897f9173675224517fad0d2f73d50ddd93cd00065e36f83f
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
131 B
Text

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