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>
1 line
No EOL
1.5 KiB
Text
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]} |