Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/dbis-uibk/relax into…
Browse files Browse the repository at this point in the history
… development
  • Loading branch information
r-prem committed Nov 22, 2022
2 parents 5e2b962 + 07db0b1 commit 46a542d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ module.exports = (env, options) => {

devServer: {
contentBase: path.join(__dirname, "dist"),
compress: true,
port: 8088,
clientLogLevel: 'info',
compress: true,
Expand All @@ -208,4 +207,4 @@ module.exports = (env, options) => {
//https: true,
}
}
};
};

0 comments on commit 46a542d

Please sign in to comment.