Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/0dcec9294ff75e3525e375836e8453c36793cdd689cf7c690ee0cf0b31b9dd52737099580b731899949c8d3c67878f8d25a2472983006c3bdd7814ddbcf1a7
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

2 lines
184 B
Text

import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
export declare const getEndpointUrlConfig: (serviceId: string) => LoadedConfigSelectors<string | undefined>;