Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/68433c392a946195d5951d449cf1fa0fd47592c9a9e3ed7bf654ad0ce80e9c58ebbfd164c91dccc1e2cc0bac92cda3d206025e5672006430c690208fd63bf8
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
254 B
Text

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