Rocky_Mountain_Vending/.pnpm-store/v10/files/bc/56a6b0b23fe9331eae160da8a84d31abace23df08b6ed4f0ba983352e600c84461c3f443b2a1ee400f06034c539c71bb7f02c0b2b26736739b5afd59978985
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
No EOL
248 B
Text

/// <reference types="node" />
import type { RequestOptions } from 'node:http';
/** Build a full URL from request options. */
export declare function getRequestUrl(requestOptions: RequestOptions): string;
//# sourceMappingURL=getRequestUrl.d.ts.map