Rocky_Mountain_Vending/.pnpm-store/v10/files/26/c2faf7af8002baa3565c6ba756f4263d5e4af2da3eb1774c1330a8f8da977a043dfec684c6c307ac4656116828a3333331f2a947ad33baae813d5065a736f5
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
496 B
Text

{"version":3,"sources":["../../src/lib/pick.ts"],"sourcesContent":["export function pick<T, K extends keyof T>(obj: T, keys: K[]): Pick<T, K> {\n const newObj = {} as Pick<T, K>\n for (const key of keys) {\n newObj[key] = obj[key]\n }\n return newObj\n}\n"],"names":["pick","obj","keys","newObj","key"],"mappings":"AAAA,OAAO,SAASA,KAA2BC,GAAM,EAAEC,IAAS;IAC1D,MAAMC,SAAS,CAAC;IAChB,KAAK,MAAMC,OAAOF,KAAM;QACtBC,MAAM,CAACC,IAAI,GAAGH,GAAG,CAACG,IAAI;IACxB;IACA,OAAOD;AACT","ignoreList":[0]}