Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/2227c378ed941f061d0f9e9ea78f657095b9ce9b3eedfb564fb4571f7b5c85b6c45fab01dd72d287c57151bdd337797ab745b0a4397d8f4aa0c4c3209aa0ac
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
657 B
Text

export default DevtoolsLogCompat;
/** @implements {LH.Gatherer.GathererInstance<'DevtoolsLog'>} */
declare class DevtoolsLogCompat extends BaseGatherer implements LH.Gatherer.GathererInstance<"DevtoolsLog"> {
/** @type {LH.Gatherer.GathererMeta<'DevtoolsLog'>} */
meta: LH.Gatherer.GathererMeta<"DevtoolsLog">;
/**
* @param {LH.Gatherer.Context<'DevtoolsLog'>} passContext
* @return {Promise<LH.Artifacts['devtoolsLogs']>}
*/
getArtifact(passContext: LH.Gatherer.Context<"DevtoolsLog">): Promise<LH.Artifacts["devtoolsLogs"]>;
}
import BaseGatherer from '../base-gatherer.js';
//# sourceMappingURL=devtools-log-compat.d.ts.map