Rocky_Mountain_Vending/.pnpm-store/v10/files/50/5836c38bba765fddac0ce89ce37bf4b3290f44f16fcb22990a5e079a5cfd804a18f74a26807812d40216e0c1c0c09dd9a13e3062b99363a87a1d804fedb0f6
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
698 B
Text

{"version":3,"sources":["../../../src/server/route-definitions/route-definition.ts"],"sourcesContent":["import type { RouteKind } from '../route-kind'\n\nexport interface RouteDefinition<K extends RouteKind = RouteKind> {\n readonly kind: K\n readonly bundlePath: string\n readonly filename: string\n /**\n * Describes the pathname including all internal modifiers such as\n * intercepting routes, parallel routes and route/page suffixes that are not\n * part of the pathname.\n */\n readonly page: string\n\n /**\n * The pathname (including dynamic placeholders) for a route to resolve.\n */\n readonly pathname: string\n}\n"],"names":[],"mappings":"AAEA,WAeC","ignoreList":[0]}