From: Jérôme Benoit Date: Wed, 4 Nov 2020 10:47:15 +0000 (+0100) Subject: CF template fix for TS source mapping. X-Git-Tag: v1.0.1-0~220 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6c9c8e5efa359b769ba7ea1041183c8a3e3b642b;p=e-mobility-charging-stations-simulator.git CF template fix for TS source mapping. Signed-off-by: Jérôme Benoit --- diff --git a/manifest-cf-template.yml b/manifest-cf-template.yml index 052c276f..2e37ca31 100644 --- a/manifest-cf-template.yml +++ b/manifest-cf-template.yml @@ -7,6 +7,6 @@ applications: - https://github.com/cloudfoundry/nodejs-buildpack no-route: true health-check-type: process - command: node dist/start.js + command: node -r source-map-support/register dist/start.js env: OPTIMIZE_MEMORY: true