Rocky_Mountain_Vending/.pnpm-store/v10/files/f2/d9cd873d69ac9c1c7ecb925f89ab2c7b01d21ec97bdde218f87c825396f93b1a90b90fe5f4a05a62f6d45385567097f85f56701073c3425935227584472606
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.9 KiB
Text

{"version":3,"sources":["../../../../src/build/webpack/loaders/next-client-pages-loader.ts"],"sourcesContent":["import { stringifyRequest } from '../stringify-request'\n\nexport type ClientPagesLoaderOptions = {\n absolutePagePath: string\n page: string\n}\n\n// this parameter: https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters\nfunction nextClientPagesLoader(this: any) {\n const pagesLoaderSpan = this.currentTraceSpan.traceChild(\n 'next-client-pages-loader'\n )\n\n return pagesLoaderSpan.traceFn(() => {\n const { absolutePagePath, page } =\n this.getOptions() as ClientPagesLoaderOptions\n\n pagesLoaderSpan.setAttribute('absolutePagePath', absolutePagePath)\n\n const stringifiedPageRequest = stringifyRequest(this, absolutePagePath)\n const stringifiedPage = JSON.stringify(page)\n\n return `\n (window.__NEXT_P = window.__NEXT_P || []).push([\n ${stringifiedPage},\n function () {\n return require(${stringifiedPageRequest});\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([${stringifiedPage}])\n });\n }\n `\n })\n}\n\nexport default nextClientPagesLoader\n"],"names":["stringifyRequest","nextClientPagesLoader","pagesLoaderSpan","currentTraceSpan","traceChild","traceFn","absolutePagePath","page","getOptions","setAttribute","stringifiedPageRequest","stringifiedPage","JSON","stringify"],"mappings":"AAAA,SAASA,gBAAgB,QAAQ,uBAAsB;AAOvD,8FAA8F;AAC9F,SAASC;IACP,MAAMC,kBAAkB,IAAI,CAACC,gBAAgB,CAACC,UAAU,CACtD;IAGF,OAAOF,gBAAgBG,OAAO,CAAC;QAC7B,MAAM,EAAEC,gBAAgB,EAAEC,IAAI,EAAE,GAC9B,IAAI,CAACC,UAAU;QAEjBN,gBAAgBO,YAAY,CAAC,oBAAoBH;QAEjD,MAAMI,yBAAyBV,iBAAiB,IAAI,EAAEM;QACtD,MAAMK,kBAAkBC,KAAKC,SAAS,CAACN;QAEvC,OAAO,CAAC;;MAEN,EAAEI,gBAAgB;;uBAED,EAAED,uBAAuB;;;;;8BAKlB,EAAEC,gBAAgB;;;EAG9C,CAAC;IACD;AACF;AAEA,eAAeV,sBAAqB","ignoreList":[0]}