Rocky_Mountain_Vending/.pnpm-store/v10/files/cd/1e88701115f2060a1f651f0ab234d90e9c2f1ed37267ac24089a6f189d77ff303d5b3251753b5c0855bc94e61b2d11e8584e37d57479aed3e556e87ff60d65
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
571 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":["SERVER_RUNTIME","isEdgeRuntime","value","experimentalEdge","edge"],"mappings":"AACA,SAASA,cAAc,QAAQ,cAAa;AAE5C,OAAO,SAASC,cAAcC,KAAc;IAC1C,OACEA,UAAUF,eAAeG,gBAAgB,IAAID,UAAUF,eAAeI,IAAI;AAE9E","ignoreList":[0]}