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>
13 lines
No EOL
322 B
Text
13 lines
No EOL
322 B
Text
export default config;
|
|
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/**
|
|
* @fileoverview Config for new audits that aren't quite ready for
|
|
* being enabled by default.
|
|
*/
|
|
/** @type {LH.Config} */
|
|
declare const config: LH.Config;
|
|
//# sourceMappingURL=experimental-config.d.ts.map |