Rocky_Mountain_Vending/.pnpm-store/v10/files/89/6bc5d04531064f8a5754a7a347d949b5e081e25068d55cd18e5f54c6115937b855370e54b45f82ec856f5057d51f05b7cd97b6484c3e31b9b5f04f13f31e7c
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
520 B
Text

import { DebugImage } from '../types-hoist/debugMeta';
import { 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