Rocky_Mountain_Vending/.pnpm-store/v10/files/ed/398161ec641eebe90dfd2f964681503578ca167fa211efec4c5020930fba15820aab2c78dc111554b4effa2225e6a9a5d33ad8de980aa596c58a9224436ab1
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

3 lines
227 B
Text

import { type CompilerNameValues } from '../../shared/lib/constants';
export declare const edgeConditionName = "edge-light";
export declare function getMainField(compilerType: CompilerNameValues, preferEsm: boolean): string[];