Rocky_Mountain_Vending/.pnpm-store/v10/files/62/fffdaa7195311e1b493ea142067c2196ed2bfd31fa170f52790ba7260f7b8caa7ff2d781ee64d1e996aeee27d98bc6789e218e6d721dbf239d4f9b0fe6719c
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

6 lines
287 B
Text

/**
* Returns an environment variable key base on signing name.
* @param signingName - The signing name to use in the key
* @returns The environment variable key in format AWS_BEARER_TOKEN_<SIGNING_NAME>
*/
export declare const getBearerTokenEnvKey: (signingName: string) => string;