Rocky_Mountain_Vending/.pnpm-store/v10/files/d7/cb22996652d8793a7a0a5e653a83556fbf192e4023396f504847d25fceebffec9f8c06bb53398e3742c793c2227534bb2781041900ebe613159b37f3a117fa
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
802 B
Text

{"version":3,"sources":["../../../src/server/route-matches/route-match.ts"],"sourcesContent":["import type { Params } from '../request/params'\nimport type { RouteDefinition } from '../route-definitions/route-definition'\n\n/**\n * RouteMatch is the resolved match for a given request. This will contain all\n * the dynamic parameters used for this route.\n */\nexport interface RouteMatch<D extends RouteDefinition = RouteDefinition> {\n readonly definition: D\n\n /**\n * params when provided are the dynamic route parameters that were parsed from\n * the incoming request pathname. If a route match is returned without any\n * params, it should be considered a static route.\n */\n readonly params: Params | undefined\n}\n"],"names":[],"mappings":"AAGA;;;CAGC,GACD,WASC","ignoreList":[0]}