Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/84edbdd888b0648202f451ae55ee8b3f4de2349e2cb66f8fe46dda99de886b441d084d5ef802940c38dff4ebc013a23e19da12d2acbbba4b7a1f71decc3c08
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
159 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
export declare class WellKnownErrorsPlugin {
apply(compiler: webpack.Compiler): void;
}