Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/64597f872f39b09a39bb26af384d866ce994748967d97050d74354190eef1e0e290a4c8b2f0e7f79bef64842c55bc6cf6f7ffc2a40a39446b2edcc204e78c6
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

5 lines
223 B
Text

/**
* Node.js system error codes that indicate timeout.
* @deprecated use NODEJS_TIMEOUT_ERROR_CODES from @smithy/service-error-classification/constants
*/
export declare const NODEJS_TIMEOUT_ERROR_CODES: string[];