Rocky_Mountain_Vending/.pnpm-store/v10/files/49/dfcb3121d8be21bed93b72576a5188d48e6e04dfad66e89d1a9b30fe5d76da0c363d8f55389e95ef6f6884ecf1d73313127f9fb6be69bf9b59e236dfdf7a54
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
95 B
Text

import { Buffer } from "node:buffer";
if (!globalThis.Buffer) {
globalThis.Buffer = Buffer;
}