X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=53d9cb33ad6894373aa688f4e0ad7c11fac00819;hb=e3822d6f1b40477f7308ad70c290ed2c4106c585;hp=e086e90909abc0385768a0ba84ed847edf964e0b;hpb=073bd0984b486270c4537353b7e96b7111adcbb3;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index e086e909..53d9cb33 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/charging-station/ChargingStationWorker.ts'], + input: ['src/start.ts', 'src/ui/httpd/start.ts', 'src/charging-station/ChargingStationWorker.ts'], output: { dir: 'dist', format: 'cjs', @@ -23,6 +23,7 @@ export default { 'basic-ftp', 'chalk', 'crypto', + 'express', 'fs', '@mikro-orm/core', '@mikro-orm/reflection',