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>
9 lines
382 B
Text
9 lines
382 B
Text
import type nodeHttps from "node:https";
|
|
export declare const Server: typeof nodeHttps.Server;
|
|
export declare const Agent: typeof nodeHttps.Agent;
|
|
export declare const globalAgent: typeof nodeHttps.globalAgent;
|
|
export declare const get: unknown;
|
|
export declare const createServer: unknown;
|
|
export declare const request: unknown;
|
|
declare const _default: {};
|
|
export default _default;
|