Rocky_Mountain_Vending/.pnpm-store/v10/files/e4/28688f160ff18c49261825541115bfc58a076f5c1e77a04a8bede6077daa67a08d55bf876ba6d17e353b0f1a23871fe244bbf8de2fab246c1290dada63dacd
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
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]}