From 6c9c8e5efa359b769ba7ea1041183c8a3e3b642b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 4 Nov 2020 11:47:15 +0100 Subject: [PATCH] CF template fix for TS source mapping. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1