Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/1157b8ef70078ad525e9515f3da83f169e49660f9f3e3ea8f5167bfb215ac7873de54974a6d4eb043341ac8d853441a1d7b7b1170512dc0e8190b06103154f
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
447 B
Text

import { LoadedConfigSelectors, LocalConfigOptions } from "@smithy/node-config-provider";
/**
* @internal
*/
export declare const REGION_ENV_NAME = "AWS_REGION";
/**
* @internal
*/
export declare const REGION_INI_NAME = "region";
/**
* @internal
*/
export declare const NODE_REGION_CONFIG_OPTIONS: LoadedConfigSelectors<string>;
/**
* @internal
*/
export declare const NODE_REGION_CONFIG_FILE_OPTIONS: LocalConfigOptions;