Rocky_Mountain_Vending/.pnpm-store/v10/files/46/2a10f80097480997979ae1cdbf46941903fb5e0903ed216a6ed6e3aeafc2075ca60e8b67a400da343570957cb6e1be1408b9e80c5c0d02cf7cda7bbd5e5950
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
271 B
Text

import type { webpack } from 'next/dist/compiled/webpack/webpack';
export declare function watchCompilers(client: webpack.Compiler, server: webpack.Compiler, edgeServer: webpack.Compiler): void;
export declare function reportTrigger(trigger: string, url?: string): void;