Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/de63627367c9b71400256f176345678198ccf7cd4317663a00f99e136f0b50be3ccb779e9a795b93067d194dd8afb6cf64c2db41b5b398d3770ff9d38ac809
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
349 B
Text

/**
* @param {LH.Puppeteer.Page} page
* @param {{config?: LH.Config, flags?: LH.Flags}} [options]
* @return {Promise<LH.Gatherer.GatherResult>}
*/
export function snapshotGather(page: LH.Puppeteer.Page, options?: {
config?: LH.Config;
flags?: LH.Flags;
}): Promise<LH.Gatherer.GatherResult>;
//# sourceMappingURL=snapshot-runner.d.ts.map