Rocky_Mountain_Vending/.pnpm-store/v10/files/08/b4cc2ae0feba7f2cd72b83592609d9a7b5615a9f28bc521e9990672105574492c42ed237ff4a6170046ed299f10645702066323fb9ef55264b85bccc532726
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
718 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":["matchBundle","regex","input","result","exec","getRouteFromAssetPath"],"mappings":";;;;+BAEA;;;eAAwBA;;;8EAFU;;;;;;AAEnB,SAASA,YACtBC,KAAa,EACbC,KAAa;IAEb,MAAMC,SAASF,MAAMG,IAAI,CAACF;IAE1B,IAAI,CAACC,QAAQ;QACX,OAAO;IACT;IAEA,OAAOE,IAAAA,8BAAqB,EAAC,CAAC,CAAC,EAAEF,MAAM,CAAC,EAAE,EAAE;AAC9C","ignoreList":[0]}