Rocky_Mountain_Vending/.pnpm-store/v10/files/88/3ec3623f603021813f33187e0b24feeeeae7c5f6db0a68d15a33182c95bfa3b31eddbfe771a7de2c9f254b396c9911f665f706b8dd25517984c96ec98386e0
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

7 lines
242 B
Text

/**
* Do not edit:
* This is a compatibility redirect for contexts that do not understand package.json exports field.
*/
declare module "@aws-sdk/core/protocols" {
export * from "@aws-sdk/core/dist-types/submodules/protocols/index.d";
}