X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=be738ef7d947b67444b9f261c66cd10d5db90d69;hb=555162188c5b4d08666e33c235625ba51db87a4d;hp=ae0e0d905e8e0c01056be21535d8ca77361666e9;hpb=3de2813cf6c043d6a07639166d760e1ff9e1b039;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index ae0e0d90..be738ef7 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,7 @@ import ts from 'rollup-plugin-ts'; const isDevelopmentBuild = process.env.BUILD === 'development'; export default { - input: ['src/start.ts', 'src/http/start.ts', 'src/charging-station/ChargingStationWorker.ts'], + input: ['src/start.ts', 'src/ui/httpd/start.ts', 'src/charging-station/ChargingStationWorker.ts'], output: { dir: 'dist', format: 'cjs', @@ -27,6 +27,8 @@ export default { 'fs', '@mikro-orm/core', '@mikro-orm/reflection', + 'mnemonist/lru-map-with-delete', + 'moment', 'mongodb', 'path', 'perf_hooks',