Rocky_Mountain_Vending/.pnpm-store/v10/files/38/3bf13901c497c3e17f11a2f206f7d4024ba9f47b899812e16a60df3734016cef31e5357cf3d399b4df0016586b073d693b2ac1c7cf574f89f0d21af5b56a10
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

4 lines
134 B
Text

/**
* Returns the subdomain of a hostname string
*/
export default function getSubdomain(hostname: string, domain: string): string;