Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/8e8215c97614c0efc2833971dddc9e7fcb3b5e79f52d07a95d06896a93e2a8c58367bd40fe94ffc8e24c3826783efec919f5d070ac0d0ab53e8c441a995b5c
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

4 lines
190 B
Text

import MiniCssExtractPlugin from 'next/dist/compiled/mini-css-extract-plugin';
export default class NextMiniCssExtractPlugin extends MiniCssExtractPlugin {
__next_css_remove: boolean;
}