Rocky_Mountain_Vending/.pnpm-store/v10/files/1c/ce12dc790a511ae04381733b52f699bc0510724d98d160351a5a05c82d30f8730b398875802086b1d234dd139ed716c92cb6bce8023f9ee3c74f5d8d2e414e
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
247 B
Text

import type { TestInfo } from '@playwright/test';
import type { FetchHandler } from './next-worker-fixture';
export declare function reportFetch(testInfo: TestInfo, req: Request, handler: FetchHandler): Promise<Awaited<ReturnType<FetchHandler>>>;