From 59bed53246276e8bcd418ab832fa32891d56d7f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 20 Jul 2023 16:39:40 +0200 Subject: [PATCH] refactor: cleanup CF manifest template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- manifest-cf-template.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1