Rocky_Mountain_Vending/.pnpm-store/v10/files/61/5dec57c55142f56e28fa60542fde7a24ca3dd867c99dcba22558b0b2a2afbce8d24d459d480a8bcec7a53930edefe1ccd6925b4230c88aa85277dd161582fd
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

6 lines
No EOL
218 B
Text

import { SERVER_RUNTIME } from './constants';
export function isEdgeRuntime(value) {
return value === SERVER_RUNTIME.experimentalEdge || value === SERVER_RUNTIME.edge;
}
//# sourceMappingURL=is-edge-runtime.js.map