mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Update tag endpoints to use DTOs and injectable config (#12380)
This commit is contained in:
@@ -20,3 +20,8 @@ writeFileSync(
|
||||
mode: 0o600,
|
||||
},
|
||||
);
|
||||
|
||||
// This is needed to ensure that `process.env` overrides in tests
|
||||
// are set before any of the config classes are instantiated.
|
||||
// TODO: delete this after we are done migrating everything to config classes
|
||||
import '@/config';
|
||||
|
||||
Reference in New Issue
Block a user