Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/e4bccb3aba49752d7a9057d9009fcbfc74c2fbc09c0bbb2a8e9211493ba16aeef7fa9499319d29f7e09ffd5b1ac2b6099b9f73f932c4368f5b66d7b5b1475d
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

2 lines
126 B
Text

import type { ServerRuntime } from '../types';
export declare function isEdgeRuntime(value?: string): value is ServerRuntime;