Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/72798337c792732599197b54754e9ded9a27267c807c2462422d0f9d508abd2256763a7e8bc8fbda09b663750f67a7f6c7f0ce7f687fc46bbf096de3468c0f
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

17 lines
476 B
Text

import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
/**
* @internal
*/
export declare const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT";
/**
* @internal
*/
export declare const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint";
/**
* @internal
*/
export declare const DEFAULT_USE_DUALSTACK_ENDPOINT = false;
/**
* @internal
*/
export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;