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
448 B
Text
1 line
No EOL
448 B
Text
{"version":3,"sources":["../../src/lib/mime-type.ts"],"sourcesContent":["/**\n * Map of images extensions to MIME types\n */\nexport const imageExtMimeTypeMap = {\n jpeg: 'image/jpeg',\n png: 'image/png',\n ico: 'image/x-icon',\n svg: 'image/svg+xml',\n} as const\n"],"names":["imageExtMimeTypeMap","jpeg","png","ico","svg"],"mappings":"AAAA;;CAEC,GACD,OAAO,MAAMA,sBAAsB;IACjCC,MAAM;IACNC,KAAK;IACLC,KAAK;IACLC,KAAK;AACP,EAAU","ignoreList":[0]} |