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
730 B
Text
1 line
No EOL
730 B
Text
{"version":3,"sources":["../../../src/server/route-definitions/locale-route-definition.ts"],"sourcesContent":["import type { RouteDefinition } from './route-definition'\nimport type { RouteKind } from '../route-kind'\n\nexport interface LocaleRouteDefinition<K extends RouteKind = RouteKind>\n extends RouteDefinition<K> {\n /**\n * When defined it means that this route is locale aware. When undefined,\n * it means no special handling has to occur to process locales.\n */\n i18n?: {\n /**\n * Describes the locale for the route. If this is undefined, then it\n * indicates that this route can handle _any_ locale.\n */\n locale?: string\n }\n}\n"],"names":[],"mappings":"AAGA,WAaC","ignoreList":[0]} |