Rocky_Mountain_Vending/.pnpm-store/v10/files/88/db0fc60b39ec7e9200626d3d566abe43893d7875fdbecadd5be8813fd71c4887689ba8f8e0f89c0848bfc6ea210cc53d5ea07b441083217b1a5cdaa6297805
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

5 lines
213 B
Text

import { IOptions } from './options';
/**
* Detects the domain based on rules and upon and a host string
*/
export default function getDomain(suffix: string, hostname: string, options: IOptions): string | null;