Rocky_Mountain_Vending/.pnpm-store/v10/files/33/950790baba23c36337ba9156010292b9459a550dcce8252b403891d15296fc7e9e17199c826eb674a4309e0d209e55b971a40f6bab2d91379e10dd32919246
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
213 B
Text

import type { RenderOpts } from './render';
declare function postProcessHTML(content: string, renderOpts: Pick<RenderOpts, 'optimizeCss' | 'distDir' | 'assetPrefix'>): Promise<string>;
export { postProcessHTML };