Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/0269169bc9a0effc0a1c6352c8371301067e1fe96b554d824b1c5f196cd03bf6131db5f9956be019560dd5cf0f2d2474d2f446eef208075c62a81041743d3f
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

8 lines
255 B
Text

import { SimpleWebpackError } from './simpleWebpackError';
export declare function getBabelError(fileName: string, err: Error & {
code?: string | number;
loc?: {
line: number;
column: number;
};
}): SimpleWebpackError | false;