Rocky_Mountain_Vending/.pnpm-store/v10/files/db/ecb166c2f052fa67e77ad49f4da21cd4282cca381a78bb5134c35769f94f63f367e968f3146a33cdb9d67d898912686c3adea875dcf01bb5958b8e957e3671
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

6 lines
175 B
Text

import type { Compiler } from 'webpack';
export declare class CssChunkingPlugin {
private strict;
constructor(strict: boolean);
apply(compiler: Compiler): void;
}