Rocky_Mountain_Vending/.pnpm-store/v10/files/46/57304eb5f1e4a0195ba2c928d8c90eba19b62a0ce3b39e5a43e7ed53eb990899406e880f364eff3eb97793a193d6ca653dcf37cf184f4ccca534e8d4908a1f
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

6 lines
214 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.stsRegionDefaultResolver = stsRegionDefaultResolver;
function stsRegionDefaultResolver() {
return async () => "us-east-1";
}