From c43cb0616a612333dd1b73f6546d3ee2dddfc547 Mon Sep 17 00:00:00 2001 From: Lothar Bender Date: Wed, 22 Nov 2023 11:16:52 +0100 Subject: [PATCH] comment --- postgres/lib/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/lib/build.js b/postgres/lib/build.js index 571104ffe..badcf5616 100644 --- a/postgres/lib/build.js +++ b/postgres/lib/build.js @@ -8,6 +8,7 @@ module.exports = class PostgresBuildPlugin extends cds.build.BuildPlugin { init() { super.init() + // different from the default build output structure if (cds.env.build.target === '.') { this.task.dest = path.join(this.task.dest, 'pg') } else {