Rocky_Mountain_Vending/.pnpm-store/v10/files/cc/83992efd4f4d6bf8262b5ab535228d9deef305ff9ef8068030d1d0f9d9bf50dc80d00e7bafbdefb845d644449f96167e61a1affdd1f88a413066c8534de6d6
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

15 lines
306 B
Text

/**
* @internal
*/
export declare const ENV_PROFILE = "AWS_PROFILE";
/**
* @internal
*/
export declare const DEFAULT_PROFILE = "default";
/**
* Returns profile with priority order code - ENV - default.
* @internal
*/
export declare const getProfileName: (init: {
profile?: string;
}) => string;