Rocky_Mountain_Vending/.pnpm-store/v10/files/59/0aa4f85f317b82c3490d3ec4bf6e78dafa0ab9a8acfa408ce886f085b45d445c7a2644a154daa441ce6fd3eb4e2fa2b8949b4ff5c33457bb5568a9b4dfac91
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
211 B
Text

import type { LoaderContext } from 'webpack';
export declare function LightningCssLoader(this: LoaderContext<any>, source: string, prevMap?: Record<string, any>): Promise<void>;
export declare const raw = true;