Rocky_Mountain_Vending/.pnpm-store/v10/files/84/cd068f8e09061faf9b8d9e5716bc993a3db3dd265f5fe1c01840756959a8e3a1d40bd1abdff5b87f2e166fc3b00912f2c2c7d6aad90c715b138d3110c974e5
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
195 B
Text

export var EndpointURLScheme;
(function (EndpointURLScheme) {
EndpointURLScheme["HTTP"] = "http";
EndpointURLScheme["HTTPS"] = "https";
})(EndpointURLScheme || (EndpointURLScheme = {}));