Rocky_Mountain_Vending/.pnpm-store/v10/files/7c/0a1dcd5417df406dae4c7d63f586eecf7e6359f86c0a805e148dbe94e1ad78a902bb78efe524e53ac7f4fd8c203ad09cefc5b56d2afe7cf4a152443faba671
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
435 B
Text

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