Rocky_Mountain_Vending/.pnpm-store/v10/files/a1/9ea0a1a3750da36e02abeb9b9fb4d017d6bec4ef72225f13f04402c50a0a81d3a008d3d85538c96999350476e1309b782a1faba7c032f9f7c1c0c68b3dd3e1
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

9 lines
424 B
Text

import { LoadedConfigSelectors } from "@smithy/node-config-provider";
export declare const NODE_USE_ARN_REGION_ENV_NAME = "AWS_S3_USE_ARN_REGION";
export declare const NODE_USE_ARN_REGION_INI_NAME = "s3_use_arn_region";
/**
* Config to load useArnRegion from environment variables and shared INI files
*
* @internal
*/
export declare const NODE_USE_ARN_REGION_CONFIG_OPTIONS: LoadedConfigSelectors<boolean | undefined>;