Rocky_Mountain_Vending/.pnpm-store/v10/files/c9/b660c630d0da0156b0767b4c1e182c64a7989c67b74f2efb624a0baf87ca997a2a47b921ede83a3bbc2edfee615264f57f5f2a8143d391e380dfe298b74aeb
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
No EOL
577 B
Text

export { SpeedlineComputed as Speedline };
declare const SpeedlineComputed: typeof Speedline & {
request: (dependencies: import("../index.js").Trace, context: LH.Artifacts.ComputedContext) => Promise<import("../index.js").Artifacts.Speedline>;
};
declare class Speedline {
/**
* @param {LH.Trace} trace
* @param {LH.Artifacts.ComputedContext} context
* @return {Promise<LH.Artifacts.Speedline>}
*/
static compute_(trace: LH.Trace, context: LH.Artifacts.ComputedContext): Promise<LH.Artifacts.Speedline>;
}
//# sourceMappingURL=speedline.d.ts.map