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

3 lines
83 B
Text

export function stsRegionDefaultResolver() {
return async () => "us-east-1";
}