Rocky_Mountain_Vending/.pnpm-store/v10/files/8f/b401536b1ee8a0f583d219de1b90d5d235ee157c606c13a848b0254ae612a461bed70495e86f71799553aba0cbdc68652e14d87ebe2dc2e6216e9fa5dad0e9
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

10 lines
No EOL
369 B
Text

export default RobotsTxt;
declare class RobotsTxt extends BaseGatherer {
/**
* @param {LH.Gatherer.Context} passContext
* @return {Promise<LH.Artifacts['RobotsTxt']>}
*/
getArtifact(passContext: LH.Gatherer.Context): Promise<LH.Artifacts["RobotsTxt"]>;
}
import BaseGatherer from '../../base-gatherer.js';
//# sourceMappingURL=robots-txt.d.ts.map