Add initial support for ESM build
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
1 applications:
2 - name: e-mobility-charging-stations-simulator
3 memory: 1G
4 disk_quota: 1G
5 instances: 1
6 buildpacks:
7 - https://github.com/cloudfoundry/nodejs-buildpack
8 # Comment out if you are using the web UI
9 no-route: true
10 health-check-type: process
11 health-check-invocation-timeout: 10
12 command: node -r source-map-support/register dist/start.cjs
13 # command: node -r source-map-support/register dist/httpd/ui/start.cjs
14 env:
15 # OPTIMIZE_MEMORY: true
16 NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768