Web UI: add and fix missing commands support
[e-mobility-charging-stations-simulator.git] / rollup.config.mjs
index 0388de65c9a989004b8cad25840e246be9638eca..eda73627360a8e99c73e3e1f09819482c2bc6809 100644 (file)
@@ -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',