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
580 B
Text
1 line
No EOL
580 B
Text
{"version":3,"sources":["../../src/lib/is-edge-runtime.ts"],"sourcesContent":["import type { ServerRuntime } from '../types'\nimport { SERVER_RUNTIME } from './constants'\n\nexport function isEdgeRuntime(value?: string): value is ServerRuntime {\n return (\n value === SERVER_RUNTIME.experimentalEdge || value === SERVER_RUNTIME.edge\n )\n}\n"],"names":["isEdgeRuntime","value","SERVER_RUNTIME","experimentalEdge","edge"],"mappings":";;;;+BAGgBA;;;eAAAA;;;2BAFe;AAExB,SAASA,cAAcC,KAAc;IAC1C,OACEA,UAAUC,yBAAc,CAACC,gBAAgB,IAAIF,UAAUC,yBAAc,CAACE,IAAI;AAE9E","ignoreList":[0]} |