Rocky_Mountain_Vending/.pnpm-store/v10/files/a5/9c9d8e95ee6641e34c71b7cb05d0ecfbac1071319c2edb88ec15f8ab8b2d28b96c82ac3c4a867cb042dc748ba01b57321f95ddf4d40cc0527c71dcbbd22f86
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

2 lines
154 B
Text

import { SimpleWebpackError } from './simpleWebpackError';
export declare function getCssError(fileName: string, err: Error): SimpleWebpackError | false;