X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.js;h=53d9cb33ad6894373aa688f4e0ad7c11fac00819;hb=903becc3931c3c84d91eb1ce1ecc2f5e3237607b;hp=ae0e0d905e8e0c01056be21535d8ca77361666e9;hpb=0753bf939a9851c90f3c27ed888c154b44d26ab1;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.js b/rollup.config.js index ae0e0d90..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/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',