Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/87955d300db76eae1b8babbc6f58fb0b83e7e3aa69b442a0a373f056f6d4f69eb7a4058fd6bd89852369d825b6353bf5c35adf2766408d33f23b1b9602c52a
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
234 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getEndpointFromConfig = void 0;
const getEndpointFromConfig = async (serviceId) => undefined;
exports.getEndpointFromConfig = getEndpointFromConfig;