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>
11 lines
No EOL
568 B
Text
11 lines
No EOL
568 B
Text
export { JSBundlesComputed as JSBundles };
|
|
declare const JSBundlesComputed: typeof JSBundles & {
|
|
request: (dependencies: Pick<import("../index.js").Artifacts, "Scripts" | "SourceMaps">, context: LH.Artifacts.ComputedContext) => Promise<import("../index.js").Artifacts.Bundle[]>;
|
|
};
|
|
declare class JSBundles {
|
|
/**
|
|
* @param {Pick<LH.Artifacts, 'SourceMaps'|'Scripts'>} artifacts
|
|
*/
|
|
static compute_(artifacts: Pick<LH.Artifacts, "SourceMaps" | "Scripts">): Promise<import("../index.js").Artifacts.Bundle[]>;
|
|
}
|
|
//# sourceMappingURL=js-bundles.d.ts.map |