UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

10 lines 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ProductCategoryFeatureFlag = { key: "product_categories", default_val: false, env_key: "MEDUSA_FF_PRODUCT_CATEGORIES", description: "[WIP] Enable the product categories feature", }; exports.default = ProductCategoryFeatureFlag; //# sourceMappingURL=product-categories.js.map