mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564)
This commit is contained in:
@@ -320,7 +320,7 @@ module.exports = {
|
||||
const LOCALE_NAMESPACE = '$locale';
|
||||
const LOCALE_FILEPATH = cwd.endsWith('editor-ui')
|
||||
? path.join(cwd, locale)
|
||||
: path.join(cwd, 'packages/editor-ui', locale);
|
||||
: path.join(cwd, 'packages/frontend/editor-ui', locale);
|
||||
|
||||
let LOCALE_MAP;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user