Rocky_Mountain_Vending/.pnpm-store/v10/files/c8/a77527d53bb216573b7444abcd3dd3d80a8fc78dab0cbd650cbd94e014e265c60f91a4e57b1dcf10a37d1f8634778be3e1e7c1e4810ca68d6b82d18c90e245
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
274 B
Text

import type { BaseNextRequest } from '../base-http';
export declare function shouldServeStreamingMetadata(userAgent: string, htmlLimitedBots: string | undefined): boolean;
export declare function isHtmlBotRequest(req: {
headers: BaseNextRequest['headers'];
}): boolean;