Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/c3801c29fb008d5be23adc4c56f3291dc5d5ac7c9e337ac87db4bcc8fddd7d48bbff4867da720eaef27962d74f1629feeb880e01901666b78b04ef00d3516c
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
249 B
Text

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