Project Files
src / memory / config.ts
/**
* @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.
*/
export { maestroConfigSchematics as configSchematics } from "../config";