Rocky_Mountain_Vending/.pnpm-store/v10/files/82/580766ac886f6b0f8eb65cf31188325f572d6dd31eb40b42e6c55e250cc76f5b2ef77e94c19996ac9fc94dd53e08400a11cf61f2a87a062abe925c9215db4b
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
390 B
Text

import { 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>;