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>
16 lines
No EOL
559 B
Text
16 lines
No EOL
559 B
Text
export = lighthouse;
|
|
/**
|
|
* @license
|
|
* Copyright 2022 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/**
|
|
* @typedef ExportType
|
|
* @property {import('./index.js')['startFlow']} startFlow
|
|
* @property {import('./index.js')['navigation']} navigation
|
|
* @property {import('./index.js')['startTimespan']} startTimespan
|
|
* @property {import('./index.js')['snapshot']} snapshot
|
|
*/
|
|
/** @type {import('./index.js')['default'] & ExportType} */
|
|
declare const lighthouse: typeof import("./index.js")["default"] & ExportType;
|
|
//# sourceMappingURL=index.d.cts.map |