Rocky_Mountain_Vending/.pnpm-store/v10/files/b2/f14a2bc8f63b96811b99ab67d75179d5f9ea4090d57a0fe68492575da610e53c45b61e01b79bc03a4ab83fbf201fd4f3f0706125e43827acca225c396c9b6e
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

13 lines
382 B
Text

import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
/**
* @internal
*/
export declare const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT";
/**
* @internal
*/
export declare const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint";
/**
* @internal
*/
export declare const ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<string | undefined>;