Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/c97002f58ca5800e7f52cdb241e7f781d2ce50919a08283a7252ac27e5a270a823b5f62bde36716c5bd9ac256629a17531671009483976b3fce98449979b3f
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

6 lines
159 B
Text

/**
* Formats XML, for testing only.
* @internal
* @deprecated don't use in runtime code.
*/
export declare function simpleFormatXml(xml: string): string;