Rocky_Mountain_Vending/.pnpm-store/v10/files/01/84936e65fe9976c7051bb2913a87106d48f86445631b5198aadd7066c82a6bc9e9fdfca670d8aa320d4b7bd7d2b61a29ea40758d59fafec6419929cfe61185
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

13 lines
No EOL
480 B
Text

/**
* @param {string} filename
* @returns {ReturnType<analyzeLighthouseArtifacts>}
*/
export function analyzeInspectorIssues(filename: string): ReturnType<typeof analyzeLighthouseArtifacts>;
export type IssuesManager = any;
export type Protocol = typeof import("./generated/protocol.js");
/**
* @param {any} lighthouseArtifacts
*/
declare function analyzeLighthouseArtifacts(lighthouseArtifacts: any): any[];
export {};
//# sourceMappingURL=analyze-inspector-issues.d.mts.map