Rocky_Mountain_Vending/.pnpm-store/v10/files/c4/3f8a73b7db34b04c5147d77ec71da4182df4665977fa8f21da40a4ec7db16e378da2568598d8e509d1fd16b867ba4db06bbe9cc5a02916b5d2eb04af0ffae0
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

3 lines
292 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
import { SimpleWebpackError } from './simpleWebpackError';
export declare function getNextInvalidImportError(err: Error, module: any, compilation: webpack.Compilation, compiler: webpack.Compiler): SimpleWebpackError | false;