Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/e0d07a0a076610a1ba031faefbc5db6bf2525d91bf831a4ad6fe0676499f0faeab1ad88757d172e9eab8b21b81ff17ff0df49da821dfa2b505f4791b184e54
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

6 lines
271 B
Text

import type { ImageLoaderPropsWithConfig } from './image-config';
declare function defaultLoader({ config, src, width, quality, }: ImageLoaderPropsWithConfig): string;
declare namespace defaultLoader {
var __next_img_default: boolean;
}
export default defaultLoader;