build(simulator): use node.js builtin source maps support
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
index f472369402684b269ada23246317fd542a599428..8804ef1dd58677dd1d9ca80c946fd919ffd5b9a8 100644 (file)
@@ -9,9 +9,7 @@ applications:
     routes:
       - route: e-mobility-charging-stations-simulator.cfapps.sap.hana.ondemand.com
     health-check-type: process
-    # debug deployed app development build
-    # command: node -r source-map-support/register dist/start.js
     command: node dist/start.js
     env:
       # OPTIMIZE_MEMORY: true
-      NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768
+      NODE_OPTIONS: --enable-source-maps --stack-trace-limit=1024 --max-old-space-size=768