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
698 B
Text
1 line
No EOL
698 B
Text
{"version":3,"sources":["../../src/lib/is-internal-component.ts"],"sourcesContent":["export function isInternalComponent(pathname: string): boolean {\n switch (pathname) {\n case 'next/dist/pages/_app':\n case 'next/dist/pages/_document':\n return true\n default:\n return false\n }\n}\n\nexport function isNonRoutePagesPage(pathname: string): boolean {\n return pathname === '/_app' || pathname === '/_document'\n}\n"],"names":["isInternalComponent","pathname","isNonRoutePagesPage"],"mappings":"AAAA,OAAO,SAASA,oBAAoBC,QAAgB;IAClD,OAAQA;QACN,KAAK;QACL,KAAK;YACH,OAAO;QACT;YACE,OAAO;IACX;AACF;AAEA,OAAO,SAASC,oBAAoBD,QAAgB;IAClD,OAAOA,aAAa,WAAWA,aAAa;AAC9C","ignoreList":[0]} |