Rocky_Mountain_Vending/.pnpm-store/v10/files/8c/245d5e5481af4e0842cbb7d93de0e51a8ce122b700f3e4d190e188d8e8a8dd17f449b41377c1f9d47552072d85da4c3a6d7c348d35c94de78bb0f10ea5fe5a
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

16 lines
289 B
Text

/**
* @license
* Copyright 2018 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** @type {LH.Config} */
const perfConfig = {
extends: 'lighthouse:default',
settings: {
throttlingMethod: 'devtools',
onlyCategories: ['performance'],
},
};
export default perfConfig;