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>
11 lines
No EOL
426 B
Text
11 lines
No EOL
426 B
Text
export default CacheContents;
|
|
declare class CacheContents extends BaseGatherer {
|
|
/**
|
|
* Creates an array of cached URLs.
|
|
* @param {LH.Gatherer.Context} passContext
|
|
* @return {Promise<LH.Artifacts['CacheContents']>}
|
|
*/
|
|
getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["CacheContents"]>;
|
|
}
|
|
import BaseGatherer from '../base-gatherer.js';
|
|
//# sourceMappingURL=cache-contents.d.ts.map |