Rocky_Mountain_Vending/.pnpm-store/v10/files/5a/f2dae25de4f39ff3304ec513250bcc7c56d47f75b23ed0c83fdf7baaa190c8233dd84e672ab7ef88e8e191444bc0ca267fc10cee4f9291c3a4b5dfef7211de
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
265 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
import type { ConfigurationContext } from '../../utils';
export declare const images: import("lodash").CurriedFunction2<ConfigurationContext, webpack.Configuration, Promise<webpack.Configuration>>;