build: fix linter error
[e-mobility-charging-stations-simulator.git] / bundle.js
index 9a68fa7ae0684c556644742c829bb737e0913b78..806f66c5a93b1f00fd07dffd1782da9b2d0d98c7 100644 (file)
--- a/bundle.js
+++ b/bundle.js
@@ -23,12 +23,12 @@ await build({
     'chalk',
     'date-fns',
     'http-status-codes',
-    'just-merge',
     'logform',
-    // 'mnemonist',
+    'mnemonist',
     'mongodb',
     'node:*',
     'poolifier',
+    'rambda',
     'tar',
     'winston',
     'winston/*',
@@ -47,7 +47,8 @@ await build({
         './dist/assets/*.json',
         './dist/assets/json-schemas',
         './dist/assets/station-templates',
-        './dist/assets/ui-protocol'
+        './dist/assets/ui-protocol',
+        './dist/assets/configs-docker'
       ]
     }),
     copy({
@@ -67,6 +68,10 @@ await build({
         {
           from: ['./src/assets/station-templates/**/*.json'],
           to: ['./assets/station-templates']
+        },
+        {
+          from: ['./src/assets/configs-docker/*.json'],
+          to: ['./assets/configs-docker']
         }
       ]
     })