Rocky_Mountain_Vending/.pnpm-store/v10/files/cd/629ebbe42e16577e4e6fc4ecd6b9229cfb66b89d22a41531f10feef8004c55084cb98a52a5eb82cb5ba6d885c43c9b443af055c4f9b8ef8b7a6d623d452336
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
136 B
Text

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