Rocky_Mountain_Vending/.pnpm-store/v10/files/91/1be6f52abe20bdbf5ad523b2b22174a7def802e7c5d0fe23c3536b440b5b36f90475218021768da6be8ac8aea7b128a917df1bfbabdf706ac2e9eb3b543091
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

9 lines
347 B
Text

import { RelativeMiddlewareOptions, SerializeMiddleware } from "@smithy/types";
interface PreviouslyResolved {
bucketEndpoint?: boolean;
}
export declare function bucketEndpointMiddleware(
options: PreviouslyResolved
): SerializeMiddleware<any, any>;
export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions;
export {};