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>
1 line
No EOL
698 B
Text
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]} |