Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/e1cab439889677344f691e3309c29bc8da654820b6e6d2cd1ae5c21216ea511afd608611c59dd29ff65905903512380076cf05ba37d36325998c07e522d4eb
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
2.1 KiB
Text

{"version":3,"sources":["../../../src/server/app-render/staged-validation.tsx"],"sourcesContent":["import { getLayoutOrPageModule } from '../lib/app-dir-module'\nimport type { LoaderTree } from '../lib/app-dir-module'\nimport { parseLoaderTree } from '../../shared/lib/router/utils/parse-loader-tree'\nimport type { AppSegmentConfig } from '../../build/segment-config/app/app-segment-config'\n\nexport async function anySegmentHasRuntimePrefetchEnabled(\n tree: LoaderTree\n): Promise<boolean> {\n const { mod: layoutOrPageMod } = await getLayoutOrPageModule(tree)\n\n // TODO(restart-on-cache-miss): Does this work correctly for client page/layout modules?\n const prefetchConfig = layoutOrPageMod\n ? (layoutOrPageMod as AppSegmentConfig).unstable_prefetch\n : undefined\n /** Whether this segment should use a runtime prefetch instead of a static prefetch. */\n const hasRuntimePrefetch = prefetchConfig?.mode === 'runtime'\n if (hasRuntimePrefetch) {\n return true\n }\n\n const { parallelRoutes } = parseLoaderTree(tree)\n for (const parallelRouteKey in parallelRoutes) {\n const parallelRoute = parallelRoutes[parallelRouteKey]\n const hasChildRuntimePrefetch =\n await anySegmentHasRuntimePrefetchEnabled(parallelRoute)\n if (hasChildRuntimePrefetch) {\n return true\n }\n }\n\n return false\n}\n"],"names":["getLayoutOrPageModule","parseLoaderTree","anySegmentHasRuntimePrefetchEnabled","tree","mod","layoutOrPageMod","prefetchConfig","unstable_prefetch","undefined","hasRuntimePrefetch","mode","parallelRoutes","parallelRouteKey","parallelRoute","hasChildRuntimePrefetch"],"mappings":"AAAA,SAASA,qBAAqB,QAAQ,wBAAuB;AAE7D,SAASC,eAAe,QAAQ,kDAAiD;AAGjF,OAAO,eAAeC,oCACpBC,IAAgB;IAEhB,MAAM,EAAEC,KAAKC,eAAe,EAAE,GAAG,MAAML,sBAAsBG;IAE7D,wFAAwF;IACxF,MAAMG,iBAAiBD,kBACnB,AAACA,gBAAqCE,iBAAiB,GACvDC;IACJ,qFAAqF,GACrF,MAAMC,qBAAqBH,CAAAA,kCAAAA,eAAgBI,IAAI,MAAK;IACpD,IAAID,oBAAoB;QACtB,OAAO;IACT;IAEA,MAAM,EAAEE,cAAc,EAAE,GAAGV,gBAAgBE;IAC3C,IAAK,MAAMS,oBAAoBD,eAAgB;QAC7C,MAAME,gBAAgBF,cAAc,CAACC,iBAAiB;QACtD,MAAME,0BACJ,MAAMZ,oCAAoCW;QAC5C,IAAIC,yBAAyB;YAC3B,OAAO;QACT;IACF;IAEA,OAAO;AACT","ignoreList":[0]}