Rocky_Mountain_Vending/.pnpm-store/v10/files/85/66d2cba388d9f4d69bb1c70cbd0e07436fa5e2c6a0add039431ebd29a917aab82ae88eebf49f0c345fd8e2d93b23ceebc35a8446fc55b2d51ceaf9c8079a7f
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
194 B
Text

'use strict';
throw new Error(
'The React Server Writer cannot be used outside a react-server environment. ' +
'You must configure Node.js using the `--conditions react-server` flag.'
);