X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=rollup.config.mjs;h=57a3190eef0211519bcfbe5892695b99dd0696c4;hb=01973609ffa8e4ee037b4ef29d65b490fc985fbe;hp=0388de65c9a989004b8cad25840e246be9638eca;hpb=045639f584167bbd8459bba6125f3cc767510419;p=e-mobility-charging-stations-simulator.git diff --git a/rollup.config.mjs b/rollup.config.mjs index 0388de65..57a3190e 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -9,7 +9,7 @@ import ts from 'rollup-plugin-ts'; const isDevelopmentBuild = process.env.BUILD === 'development'; export default { - input: ['src/start.ts', 'src/ui/httpd/start.ts', 'src/charging-station/ChargingStationWorker.ts'], + input: ['src/start.ts', 'src/charging-station/ChargingStationWorker.ts'], output: [ { dir: 'dist', @@ -38,11 +38,13 @@ export default { 'ajv', 'ajv-draft-04', 'ajv-formats', + 'async_hooks', 'basic-ftp', 'chalk', 'crypto', - 'express', 'fs', + 'http', + 'http-status-codes', 'mnemonist/lru-map-with-delete', 'moment', 'mongodb',