From: Jérôme Benoit Date: Thu, 20 Jul 2023 14:39:40 +0000 (+0200) Subject: refactor: cleanup CF manifest template X-Git-Tag: v1.2.20~183 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=59bed53246276e8bcd418ab832fa32891d56d7f9;p=e-mobility-charging-stations-simulator.git refactor: cleanup CF manifest template Signed-off-by: Jérôme Benoit --- diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 4a4a2258..f4723694 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -9,7 +9,9 @@ applications: routes: - route: e-mobility-charging-stations-simulator.cfapps.sap.hana.ondemand.com health-check-type: process - command: node -r source-map-support/register dist/start.js + # 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