Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/c6d1123e79d05cf5263918c6567815da5cd338e9fc3c254593bcf350adba61a82c0401643ce2efbdeb71e813c9c12c7efade2951f239115eea19e45137d101
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
218 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[];