Rocky_Mountain_Vending/.pnpm-store/v10/files/f7/145b32a891b2b0b39d43db8f1c6de1dad1e3f63877d65b2d28a28486176275ac07efc0a26a6f8fd885f89c44a6108ba74a53da609d90d53f4fc5c75eb4d676
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

5 lines
218 B
Text

import { webpack } from 'next/dist/compiled/webpack/webpack';
export default class ForceCompleteRuntimePlugin {
allSharedRuntimeGlobals: Set<"__webpack_require__.n">;
apply(compiler: webpack.Compiler): void;
}