Rocky_Mountain_Vending/.pnpm-store/v10/files/20/a3d1eb8308d08f04361614cecbe277a14123647d819d52ee5fe8f9c9bd8c9bd511796a71ccd38c57c748b67ed9c8d4da73520e378fd29b95c3231af0d9fc6a
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

2 lines
155 B
Text

import asyncRetry from 'next/dist/compiled/async-retry';
export declare function retry<T>(fn: asyncRetry.RetryFunction<T>, retries: number): Promise<any>;