Rocky_Mountain_Vending/.pnpm-store/v10/files/81/0c66d55440b7b8330850adce9017af285e291c9a0f9dafadda07df9d3e08e15a5081d98d6ce71465ff87bb99831fb3addd073fc3cc4652f87ac1f747c0cc3b
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
251 B
Text

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