Rocky_Mountain_Vending/.pnpm-store/v10/files/1c/86f67de694dccb03bde6bb8453e85c920b9fd0d7a9db5907461e61abee81de7743d822bcb41d43172836e5bdf82adc03316074f32f01a6026413af2651fbe4
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

3 lines
271 B
Text

export declare const DOC_PREFETCH_RANGE_HEADER_VALUE = "bytes=0-63";
export declare function insertBuildIdComment(originalHtml: string, buildId: string): string;
export declare function doesExportedHtmlMatchBuildId(partialHtmlDocument: string, buildId: string): boolean;