Rocky_Mountain_Vending/.pnpm-store/v10/files/38/6c0fa660a5e2052ebee781353d00f33f5ee24ba72c815e326423a3c7d94015c143a15cb9eb1a7c055374f40b175f692b23d48221d8e64d9155e21083b35c1c
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

10 lines
255 B
Text

/**
* @public
*/
export interface ConnectConfiguration {
/**
* The maximum time in milliseconds that the connection phase of a request
* may take before the connection attempt is abandoned.
*/
requestTimeout?: number;
}