Project Files
src / tools / config.ts
/**
* @file Re-export of the master config — sub-modules import from here
* to keep their relative paths, but the single source of truth is src/config.ts.
*/
export { maestroConfigSchematics as toolsPluginConfig } from "../config";