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>
19 lines
No EOL
693 B
Text
19 lines
No EOL
693 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "ImageConfigContext", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return ImageConfigContext;
|
|
}
|
|
});
|
|
const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
|
|
const _react = /*#__PURE__*/ _interop_require_default._(require("react"));
|
|
const _imageconfig = require("./image-config");
|
|
const ImageConfigContext = _react.default.createContext(_imageconfig.imageConfigDefault);
|
|
if (process.env.NODE_ENV !== 'production') {
|
|
ImageConfigContext.displayName = 'ImageConfigContext';
|
|
}
|
|
|
|
//# sourceMappingURL=image-config-context.shared-runtime.js.map |