Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/d9c6abdba75704069ad250adb72e07bfc0bfd6f61f3186d163d6a0070ad9f542b52aca5a4d9eb671982e9c54a3f6caff34280886164bf461b4dad514f0901f
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
132 B
Text

declare function nextImageLoader(this: any, content: Buffer): any;
export declare const raw = true;
export default nextImageLoader;