Rocky_Mountain_Vending/.pnpm-store/v10/files/bb/8a9ae939a2e7d606f4e9787e3915e2e843d95d1caf0a1a436294a23cf614f2c648d59fe1b072c37198bbfc3103fe3a262587615aa26b1ec28ef22297a3ea1a
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
705 B
Text

{"version":3,"sources":["../../src/server/match-bundle.ts"],"sourcesContent":["import getRouteFromAssetPath from '../shared/lib/router/utils/get-route-from-asset-path'\n\nexport default function matchBundle(\n regex: RegExp,\n input: string\n): string | null {\n const result = regex.exec(input)\n\n if (!result) {\n return null\n }\n\n return getRouteFromAssetPath(`/${result[1]}`)\n}\n"],"names":["getRouteFromAssetPath","matchBundle","regex","input","result","exec"],"mappings":"AAAA,OAAOA,2BAA2B,uDAAsD;AAExF,eAAe,SAASC,YACtBC,KAAa,EACbC,KAAa;IAEb,MAAMC,SAASF,MAAMG,IAAI,CAACF;IAE1B,IAAI,CAACC,QAAQ;QACX,OAAO;IACT;IAEA,OAAOJ,sBAAsB,CAAC,CAAC,EAAEI,MAAM,CAAC,EAAE,EAAE;AAC9C","ignoreList":[0]}