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>
17 lines
435 B
Text
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;
|