Rocky_Mountain_Vending/.pnpm-store/v10/files/45/fc5b6140f1d2e2ec8e4e2defa161df0f2f316faa9d10e9df5793870975b855965d6d62f82d2e5025f9c30bf9c147212e5490faee0a1018d1b7f24730321cf3
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

7 lines
No EOL
238 B
Text

// Buffer.byteLength polyfill in the Edge runtime, with only utf8 strings
// supported at the moment.
export function byteLength(payload) {
return new TextEncoder().encode(payload).buffer.byteLength;
}
//# sourceMappingURL=web.js.map