Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/a6cd9ae6f0d74426feee08d672425c6bddb979ea6766680e797d0ea00696ef9f06b382580061b7016bab323650513572435815e526ca414fadd858f6d65ccc
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
No EOL
134 B
Text

import { TLDS } from './tlds.js';
export const tlds = new Set(TLDS.map((tld) => tld.toLowerCase()));
//# sourceMappingURL=index.js.map