Rocky_Mountain_Vending/.pnpm-store/v10/files/f9/9422714d4fd551b0b38d5b4aefad2d2705f89e9f15652297ae9d9f63e062585ec38866a4d51593fd9e8a3c65d089a917bb0d3bc4c52219399a0635ecbc66d0
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
467 B
Text

import { type ModernSourceMapPayload } from './lib/source-maps';
type FindSourceMapPayload = (sourceURL: string) => ModernSourceMapPayload | undefined;
export declare function setBundlerFindSourceMapImplementation(findSourceMapImplementation: FindSourceMapPayload): void;
export declare function patchErrorInspectNodeJS(errorConstructor: ErrorConstructor): void;
export declare function patchErrorInspectEdgeLite(errorConstructor: ErrorConstructor): void;
export {};