refactor(core): Do not import BaseCommand outside src/commands (no-changelog) (#7008)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-08-25 00:17:00 +02:00
committed by GitHub
parent fb05afa165
commit 72f65dcdd6
5 changed files with 8 additions and 6 deletions

View File

@@ -90,3 +90,6 @@ export const LICENSE_QUOTAS = {
export const UNLIMITED_LICENSE_QUOTA = -1;
export const CREDENTIAL_BLANKING_VALUE = '__n8n_BLANK_VALUE_e5362baf-c777-4d57-a609-6eaf1f9e87f6';
export const UM_FIX_INSTRUCTION =
'Please fix the database by running ./packages/cli/bin/n8n user-management:reset';