Add initial support for ESM build
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
index d7c5d6df11590b31c9b438101c15ebba4fb199b2..74b5dfb9ac1e3a909bf586db38bc54300b6dac1d 100644 (file)
@@ -9,8 +9,8 @@ applications:
     no-route: true
     health-check-type: process
     health-check-invocation-timeout: 10
-    command: node -r source-map-support/register dist/start.js
-    # command: node -r source-map-support/register dist/httpd/ui/start.js
+    command: node -r source-map-support/register dist/start.cjs
+    # command: node -r source-map-support/register dist/httpd/ui/start.cjs
     env:
       # OPTIMIZE_MEMORY: true
       NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768