Rocky_Mountain_Vending/.pnpm-store/v10/files/4e/04db2e21398f07bec1c67c0de6677644a6d7721981cd0a5998cdb429c89755b17c77a0020942ebd6f0229ff7a0a819061a6ca3d46726559925f56c5235b256
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

4 lines
140 B
Text

import type { Resolver } from 'webpack';
export declare class OptionalPeerDependencyResolverPlugin {
apply(resolver: Resolver): void;
}