Rocky_Mountain_Vending/.pnpm-store/v10/files/98/23e5c452c8e6613dfdb4a51cd303419f3ddb45f55fac1928896d14e4b99debef128329dc392189f07114ea61ef9dbbf770d29890c99b6aac398bc6c2a544d9
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

4 lines
402 B
Text

import type { InstrumentationModule, InstrumentationOnRequestError } from '../instrumentation/types';
export declare function getEdgeInstrumentationModule(): Promise<InstrumentationModule | undefined>;
export declare function edgeInstrumentationOnRequestError(...args: Parameters<InstrumentationOnRequestError>): Promise<void>;
export declare function ensureInstrumentationRegistered(): Promise<void>;