X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=0cc0ef5b1d088b7e148b7e476be77c389e7ca7a6;hb=8c8cb570c00cb915ad161d11fd878c2c2a28bdd1;hp=ae0e0d905e8e0c01056be21535d8ca77361666e9;hpb=3de2813cf6c043d6a07639166d760e1ff9e1b039;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index ae0e0d90..0cc0ef5b 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,7 @@ export default { 'fs', '@mikro-orm/core', '@mikro-orm/reflection', + 'moment', 'mongodb', 'path', 'perf_hooks',