mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Update design-system and editor dependencies (no-changelog) (#5188)
This commit is contained in:
@@ -204,6 +204,7 @@ export class Start extends Command {
|
||||
const streams = [
|
||||
createReadStream(filePath, 'utf-8'),
|
||||
replaceStream('/{{BASE_PATH}}/', n8nPath, { ignoreCase: false }),
|
||||
replaceStream('/%7B%7BBASE_PATH%7D%7D/', n8nPath, { ignoreCase: false }),
|
||||
replaceStream('/static/', n8nPath + 'static/', { ignoreCase: false }),
|
||||
];
|
||||
if (filePath.endsWith('index.html')) {
|
||||
|
||||
Reference in New Issue
Block a user