---
modules:
  - name: {{appName}}-html5-deployer
    build-parameters:
      buildpack:
        {{#hasKymaUnifiedRuntime}}
        builder: proxy-unified-runtime-dmz.int.repositories.cloud.sap/builder/noble
        {{/hasKymaUnifiedRuntime}}
        {{^hasKymaUnifiedRuntime}}
        type: sapse/application-content-deployer-buildpack:1.4.0
        builder: builder-jammy-base
        {{/hasKymaUnifiedRuntime}}
        path: app/html5-deployer
