Rocky_Mountain_Vending/.pnpm-store/v10/files/60/a8b1de1d2cbdd51d25a9e0a0afcc5cd2af389705e66d8fb36046b285a94b575f59777f202b99e2dbb2da715cde7dd3ee3bf88e982e0ad18c9cd24b2a74f602
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
287 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
import type { SimpleWebpackError } from './simpleWebpackError';
export declare function getModuleBuildError(compiler: webpack.Compiler, compilation: webpack.Compilation, input: any): Promise<SimpleWebpackError | false>;