Rocky_Mountain_Vending/.pnpm-store/v10/files/e8/68597cbd1baaf1c52a888856101d654e709f128abbc042471619842c76dd05ce7c3d63c75355d643b4b67bfe1b4c6ef70c23b50fd32f17c38c532c24a5db26
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

11 lines
No EOL
518 B
Text

import type { DebugImage } from '../types-hoist/debugMeta';
import type { StackParser } from '../types-hoist/stacktrace';
/**
* Returns a map of filenames to debug identifiers.
*/
export declare function getFilenameToDebugIdMap(stackParser: StackParser): Record<string, string>;
/**
* Returns a list of debug images for the given resources.
*/
export declare function getDebugImagesForResources(stackParser: StackParser, resource_paths: ReadonlyArray<string>): DebugImage[];
//# sourceMappingURL=debug-ids.d.ts.map