Rocky_Mountain_Vending/.pnpm-store/v10/files/76/ae2ad94e9bcb1910990dfdb66ecc75deff65b31c9cbdc790f8d166116198e940f2eb76a5a19512c6cb0161f36d618d2861d46f56a8b5e8a517a6329c0bb9fd
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.2 KiB
Text

{"version":3,"sources":["../../src/client/next-dev.ts"],"sourcesContent":["// TODO: Remove use of `any` type.\nimport './webpack'\nimport { initialize, version, router, emitter } from './'\nimport initHMR from './dev/hot-middleware-client'\nimport { pageBootstrap } from './page-bootstrap'\n\nwindow.next = {\n version,\n // router is initialized later so it has to be live-binded\n get router() {\n return router\n },\n emitter,\n}\n\nconst devClient = initHMR()\ninitialize({ devClient })\n .then(({ assetPrefix }) => {\n return pageBootstrap(assetPrefix)\n })\n .catch((err) => {\n console.error('Error was not caught', err)\n })\n"],"names":["initialize","version","router","emitter","initHMR","pageBootstrap","window","next","devClient","then","assetPrefix","catch","err","console","error"],"mappings":"AAAA,kCAAkC;AAClC,OAAO,YAAW;AAClB,SAASA,UAAU,EAAEC,OAAO,EAAEC,MAAM,EAAEC,OAAO,QAAQ,KAAI;AACzD,OAAOC,aAAa,8BAA6B;AACjD,SAASC,aAAa,QAAQ,mBAAkB;AAEhDC,OAAOC,IAAI,GAAG;IACZN;IACA,0DAA0D;IAC1D,IAAIC,UAAS;QACX,OAAOA;IACT;IACAC;AACF;AAEA,MAAMK,YAAYJ;AAClBJ,WAAW;IAAEQ;AAAU,GACpBC,IAAI,CAAC,CAAC,EAAEC,WAAW,EAAE;IACpB,OAAOL,cAAcK;AACvB,GACCC,KAAK,CAAC,CAACC;IACNC,QAAQC,KAAK,CAAC,wBAAwBF;AACxC","ignoreList":[0]}