build(simulator): production build does not include source maps
[e-mobility-charging-stations-simulator.git] / docker / start.sh
index a47dc38591cd072edbe054750d4b17903bbac65a..bcfe3b6407109a825d986eba9bfe804a3f61272e 100755 (executable)
@@ -1,4 +1,4 @@
 #!/usr/bin/env sh
 
-node --enable-source-maps dist/start.js &
+node dist/start.js &
 node webui/start.js