Rocky_Mountain_Vending/.pnpm-store/v10/files/47/fa01da7550578d986e030c31b3db7e75442adfa679a8f4e2a7d2d8e48b24743d834e2c801e996937cf3105ca8ff4be10e3ce871c82fff69ccd12fd2e101f7d
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

15 lines
441 B
Text

export namespace webpack {
export type Compiler = any
export type Plugin = any
export type Configuration = any
export type StatsError = any
export type Stats = any
export type MultiCompiler = any
export type EntryObject = any
export type ProgressPlugin = any
export type Compilation = any
export type javascript = any
export type Module = any
export type ModuleGraph = any
export type WebpackPluginInstance = any
}