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>
15 lines
441 B
Text
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
|
|
}
|