X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=67435bc7c99e19f6c28b49355d600cf09d9688ad;hb=e11474a3181fa565494fa096280a96c4e64458f4;hp=ae0e0d905e8e0c01056be21535d8ca77361666e9;hpb=0753bf939a9851c90f3c27ed888c154b44d26ab1;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index ae0e0d90..67435bc7 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/http/start.ts', 'src/charging-station/ChargingStationWorker.ts'], output: { dir: 'dist', format: 'cjs',