Rocky_Mountain_Vending/.pnpm-store/v10/files/61/fa6f2e4a057cb955aecef08799874b4e3d4bc0b0693116dce0d1ec1999f62d2d98de72c81a7a62e8f87b5abfc54b386b4edada7c87c16b6b81b2fa97dea09a
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
154 B
Text

import type { LoaderTree } from '../lib/app-dir-module';
export declare function anySegmentHasRuntimePrefetchEnabled(tree: LoaderTree): Promise<boolean>;