X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=be738ef7d947b67444b9f261c66cd10d5db90d69;hb=7c72977bb3400f474c8641fc91d9f54fba25cb64;hp=67435bc7c99e19f6c28b49355d600cf09d9688ad;hpb=0a48f2b2d735de604a1604fd0e191212b355602f;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index 67435bc7..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/ui/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',