Rocky_Mountain_Vending/.pnpm-store/v10/files/df/11536170a958d931b6e8de6425c5dc02685f11e90457d3648c2d7c67cbea21cb2112a24b08c1275ae9614095a56f76498f09344f90c545eeb686b3d7b27c0a
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
883 B
Text

{"version":3,"sources":["../../src/client/normalize-locale-path.ts"],"sourcesContent":["import type { normalizeLocalePath as Fn } from '../shared/lib/i18n/normalize-locale-path'\n\nexport const normalizeLocalePath: typeof Fn = (pathname, locales) => {\n if (process.env.__NEXT_I18N_SUPPORT) {\n return (\n require('../shared/lib/i18n/normalize-locale-path') as typeof import('../shared/lib/i18n/normalize-locale-path')\n ).normalizeLocalePath(pathname, locales)\n }\n return { pathname, detectedLocale: undefined }\n}\n"],"names":["normalizeLocalePath","pathname","locales","process","env","__NEXT_I18N_SUPPORT","require","detectedLocale","undefined"],"mappings":";;;;+BAEaA;;;eAAAA;;;AAAN,MAAMA,sBAAiC,CAACC,UAAUC;IACvD,IAAIC,QAAQC,GAAG,CAACC,mBAAmB,EAAE;QACnC,OAAO,AACLC,QAAQ,4CACRN,mBAAmB,CAACC,UAAUC;IAClC;IACA,OAAO;QAAED;QAAUM,gBAAgBC;IAAU;AAC/C","ignoreList":[0]}