repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50d96f
)
refactor: cleanup CF manifest template
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 20 Jul 2023 14:39:40 +0000
(16:39 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 20 Jul 2023 14:39:40 +0000
(16:39 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
manifest-cf-template.yml
patch
|
blob
|
blame
|
history
diff --git
a/manifest-cf-template.yml
b/manifest-cf-template.yml
index 4a4a2258df0e4303e8131a4b36ab8d97d8ef9cf4..f472369402684b269ada23246317fd542a599428 100644
(file)
--- 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