Rocky_Mountain_Vending/.pnpm-store/v10/files/2c/9f6e3358f0298e1baac867d1212279aef1adf1c8efa39b950b49cbc219b3dfb6c90d56eaf66074b589619c03a6f971d863baa56703e6369850717580f371b2
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

9 lines
559 B
Text

# Lighthouse Report Generator
## Overview
Lighthouse's report generator is the entry point for creating reports from an **LHR** (Lighthouse Result object). It returns results as HTML, JSON, and CSV.
It runs natively in Node.js but can run in the browser after a compile step is applied during our bundling pipeline. That compile step uses `inline-fs`, which takes any `fs.readFileSync()` calls and replaces them with the stringified file content.
Because it's shared between core and the report, dependencies (both code and types) should be kept minimal.