dist / memory / config.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.configSchematics = void 0;
/**
* @file Re-export of the master config — memory sub-modules import from here
* to keep their relative paths, but the single source of truth is src/config.ts.
*/
var config_1 = require("../config");
Object.defineProperty(exports, "configSchematics", { enumerable: true, get: function () { return config_1.maestroConfigSchematics; } });
//# sourceMappingURL=config.js.map