Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/e953ce89e6b1dbfb78b586afe574b9ea3e4f8f0aaf00360c791c84f96d3c6d7792c97e320f54d0e63ab75904176708df248f6d0afac29cffee2e46a94066c3
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

8 lines
239 B
Text

import type { Compiler } from 'webpack';
export declare class LightningCssMinifyPlugin {
private readonly options;
private transform;
constructor(opts?: any);
apply(compiler: Compiler): void;
private transformAssets;
}