feat(core): Debug in Editor flag (no-changelog) (#6888)

* feat(cli): Debug in Editor flag (no-changelog)

* fix: Lint issue

* chore: Use correct lock version

* fix: Remove dependency cycle
This commit is contained in:
Omar Ajoue
2023-08-09 16:38:17 +02:00
committed by GitHub
parent d396935281
commit 3d2f4406d7
6 changed files with 15 additions and 0 deletions

View File

@@ -2185,6 +2185,7 @@ export interface IN8nUISettings {
variables: boolean;
sourceControl: boolean;
auditLogs: boolean;
debugInEditor: boolean;
};
hideUsagePage: boolean;
license: {