Rocky_Mountain_Vending/.pnpm-store/v10/files/f6/832f6938c193d194c24c7cce6ca1bcc55d83171df8c211f1c12f11d735446a346cfe21b223f0a524a4dddc4429c1240f8f4fff7fc83646e3263fda99134130
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

13 lines
215 B
Text

/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** @type {LH.Config} */
const fullConfig = {
extends: 'lighthouse:default',
settings: {},
};
export default fullConfig;