Rocky_Mountain_Vending/.pnpm-store/v10/files/dd/2175b6be6287de8d0e5656f5b97eab7a6bd567606b0649997b9fc3bd120f76ebeee9bf7da088397f20bdb4e8fada2baa214b89a073a47859f88961b0550ed2
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

1 line
No EOL
1.5 KiB
Text

{"version":3,"sources":["../../src/server/node-environment-baseline.ts"],"sourcesContent":["// This file should be imported before any others. It sets up the environment\n// for later imports to work properly.\n\n// expose AsyncLocalStorage on global for react usage if it isn't already provided by the environment\nif (typeof (globalThis as any).AsyncLocalStorage !== 'function') {\n const { AsyncLocalStorage } =\n require('async_hooks') as typeof import('async_hooks')\n ;(globalThis as any).AsyncLocalStorage = AsyncLocalStorage\n}\n\nif (typeof (globalThis as any).WebSocket !== 'function') {\n Object.defineProperty(globalThis, 'WebSocket', {\n configurable: true,\n get() {\n return (\n require('next/dist/compiled/ws') as typeof import('next/dist/compiled/ws')\n ).WebSocket\n },\n set(value) {\n Object.defineProperty(globalThis, 'WebSocket', {\n configurable: true,\n writable: true,\n value,\n })\n },\n })\n}\n"],"names":["globalThis","AsyncLocalStorage","require","WebSocket","Object","defineProperty","configurable","get","set","value","writable"],"mappings":"AAAA,6EAA6E;AAC7E,sCAAsC;AAEtC,qGAAqG;AACrG,IAAI,OAAO,AAACA,WAAmBC,iBAAiB,KAAK,YAAY;IAC/D,MAAM,EAAEA,iBAAiB,EAAE,GACzBC,QAAQ;IACRF,WAAmBC,iBAAiB,GAAGA;AAC3C;AAEA,IAAI,OAAO,AAACD,WAAmBG,SAAS,KAAK,YAAY;IACvDC,OAAOC,cAAc,CAACL,YAAY,aAAa;QAC7CM,cAAc;QACdC;YACE,OAAO,AACLL,QAAQ,yBACRC,SAAS;QACb;QACAK,KAAIC,KAAK;YACPL,OAAOC,cAAc,CAACL,YAAY,aAAa;gBAC7CM,cAAc;gBACdI,UAAU;gBACVD;YACF;QACF;IACF;AACF","ignoreList":[0]}