Rocky_Mountain_Vending/.pnpm-store/v10/files/d6/ebe1c7c4e97ed496c51b7d1a6cc5b7ebf3041ab97737290c05509021c7033d4081906318ed1dcbab2b86b8b1158b7759d9f0f6a810f3f14fe24c5032dbb3d9
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

7 lines
215 B
Text

/**
* Formats a hostname so that it is a valid host that can be fetched by wrapping
* IPv6 hosts with brackets.
* @param hostname
* @returns
*/
export declare function formatHostname(hostname: string): string;