Rocky_Mountain_Vending/.pnpm-store/v10/files/52/f177355cb862c815829af0f0d7aa04eb66be591306ef0adf66ace2c4d7f57a44e189665ce11e01b5de961db8e224cc2bc0f7db1692106d79660de3eed68b3f
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
248 B
Text

import type { LoadedConfigSelectors } from "@smithy/node-config-provider";
import type { DefaultsMode } from "@smithy/smithy-client";
/**
* @internal
*/
export declare const NODE_DEFAULTS_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<DefaultsMode>;