Rocky_Mountain_Vending/.pnpm-store/v10/files/b4/c1a6d5b250004ecd448cb8748b7f8758c1efcc0b43481a3c2bbea5a04ed7e695fbcc1132bed4b91bd4c49caefce4e2012c6d9f22f4871cb80a5ecc9d91b839
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
645 B
Text

export { MainThreadTasksComputed as MainThreadTasks };
declare const MainThreadTasksComputed: typeof MainThreadTasks & {
request: (dependencies: import("../index.js").Trace, context: LH.Artifacts.ComputedContext) => Promise<import("../lib/tracehouse/main-thread-tasks.js").TaskNode[]>;
};
declare class MainThreadTasks {
/**
* @param {LH.Trace} trace
* @param {LH.Artifacts.ComputedContext} context
* @return {Promise<Array<LH.Artifacts.TaskNode>>}
*/
static compute_(trace: LH.Trace, context: LH.Artifacts.ComputedContext): Promise<Array<LH.Artifacts.TaskNode>>;
}
//# sourceMappingURL=main-thread-tasks.d.ts.map