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>
22 lines
671 B
Text
22 lines
671 B
Text
'use strict';
|
|
|
|
var types = require('@smithy/types');
|
|
|
|
exports.HostAddressType = void 0;
|
|
(function (HostAddressType) {
|
|
HostAddressType["AAAA"] = "AAAA";
|
|
HostAddressType["A"] = "A";
|
|
})(exports.HostAddressType || (exports.HostAddressType = {}));
|
|
|
|
Object.defineProperty(exports, "EndpointURLScheme", {
|
|
enumerable: true,
|
|
get: function () { return types.EndpointURLScheme; }
|
|
});
|
|
Object.defineProperty(exports, "HttpAuthLocation", {
|
|
enumerable: true,
|
|
get: function () { return types.HttpAuthLocation; }
|
|
});
|
|
Object.defineProperty(exports, "RequestHandlerProtocol", {
|
|
enumerable: true,
|
|
get: function () { return types.RequestHandlerProtocol; }
|
|
});
|