Rocky_Mountain_Vending/.pnpm-store/v10/files/26/f0ced35877cbbcb5547269ef2148540feab369f0e6f705dd8bc4563f0bc0bfc6252d7b63ba19e05882ea86c422c206c687c4133bbcc7884d80314fa76155c3
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

2 lines
170 B
Text

import { Keyword } from './types';
export declare function InsertUnicodeExtensionAndCanonicalize(locale: string, attributes: string[], keywords: Array<Keyword>): string;