Rocky_Mountain_Vending/.pnpm-store/v10/files/7d/1e4deeaec49bbe46f0714d6051332d2cfb767385f803fe6a7b1e02f25642ef841165d094b800ab4101dd40e2b2dec9bbeb1e93baa6fb36a37137da8525fc7f
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

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