Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LotharBender committed Nov 22, 2023
1 parent 7b5cac4 commit c43cb06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c43cb06

Please sign in to comment.