Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/0703856b6b759d14eb7bdb4107933ca6c212e25d78240631b7eba3a4c4bf7ebbd28fa9c79c11948d5fe10f7da001a67b6a53babdcacb571ce58260574c1f2d
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
153 B
Text

import { Pluggable } from "@smithy/types";
/**
* @internal
*/
export declare const getRecursionDetectionPlugin: (options: any) => Pluggable<any, any>;