Rocky_Mountain_Vending/.pnpm-store/v10/files/42/3d8d83b7b75945e2b5c26db467750b4f9c25953bcdd91594f9521a5a2ce7d4fe3c2f75b99f952af5fee050e17488026c370fe2ba132e0675065737e0b68df1
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
163 B
Text

export declare function getRevalidateReason(params: {
isOnDemandRevalidate?: boolean;
isStaticGeneration?: boolean;
}): 'on-demand' | 'stale' | undefined;