Rocky_Mountain_Vending/.pnpm-store/v10/files/db/b910e2f061aaa6313666949c95ea9e0f7a1aad40c5557c9246c22dfdcf4069b1c678624afd7ddf9afb433b9058d98c7b1e5691524610bdf5e6a3e02f8d04aa
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
245 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;
}