Rocky_Mountain_Vending/.pnpm-store/v10/files/93/f562090b0bf1b8b0835c2b6342e6a9ec8895fd7f64a2a69117bf127b18ef13b94f6e7c7f324beba3462a4523ef7680cdadfdd656ba3230d0dc1e82cdae5899
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
852 B
Text

{"version":3,"sources":["../../src/server/get-app-route-from-entrypoint.ts"],"sourcesContent":["import matchBundle from './match-bundle'\n\n// matches app/:path*.js\nconst APP_ROUTE_NAME_REGEX = /^app[/\\\\](.*)$/\n\nexport default function getAppRouteFromEntrypoint(entryFile: string) {\n const pagePath = matchBundle(APP_ROUTE_NAME_REGEX, entryFile)\n if (typeof pagePath === 'string' && !pagePath) {\n return '/'\n }\n\n if (!pagePath) {\n return null\n }\n\n return pagePath\n}\n"],"names":["matchBundle","APP_ROUTE_NAME_REGEX","getAppRouteFromEntrypoint","entryFile","pagePath"],"mappings":"AAAA,OAAOA,iBAAiB,iBAAgB;AAExC,wBAAwB;AACxB,MAAMC,uBAAuB;AAE7B,eAAe,SAASC,0BAA0BC,SAAiB;IACjE,MAAMC,WAAWJ,YAAYC,sBAAsBE;IACnD,IAAI,OAAOC,aAAa,YAAY,CAACA,UAAU;QAC7C,OAAO;IACT;IAEA,IAAI,CAACA,UAAU;QACb,OAAO;IACT;IAEA,OAAOA;AACT","ignoreList":[0]}