refactor(core): Decouple module settings from frontend service (#16324)

Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
Iván Ovejero
2025-06-18 10:00:02 +02:00
committed by GitHub
parent 49b9439ec0
commit 6ba8e0bebe
28 changed files with 227 additions and 172 deletions

View File

@@ -12,6 +12,7 @@ export * from './orchestration';
export * from './prompts';
export * from './roles';
export * from './settings';
export * from './module-settings';
export * from './sso';
export * from './ui';
export * from './versions';