Rocky_Mountain_Vending/.pnpm-store/v10/files/89/7acc54118342e99421afa98cec3fdef8c6f75a05ad01bd459f60d205f455863a9e20336df3604e1048b5994d60b48398cb09b11693d161fed6e474dccea760
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

9 lines
284 B
Text

import type { Span } from '../../../trace';
export declare const compilationSpans: WeakMap<any, Span>;
export declare class RspackProfilingPlugin {
runWebpackSpan: Span;
constructor({ runWebpackSpan }: {
runWebpackSpan: Span;
});
apply(compiler: any): void;
}