Rocky_Mountain_Vending/.pnpm-store/v10/files/a0/653a0a69799e8c66fb1d769e0ebbbe4c49a30d9d85a16e8813de6adfad12d3f13230cace08f17a5968f5db92e6e85ea5a6ae7d8d1e92efcfd64063d5f1bec4
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
92 B
Text

export interface DefaultUserAgentOptions {
serviceId?: string;
clientVersion: string;
}