Big update

This commit is contained in:
Daniel Ledda
2020-08-13 15:10:36 +02:00
parent 901cb04955
commit 602f9fd3f5
31 changed files with 1382 additions and 231 deletions

View File

@@ -42,6 +42,9 @@ module.exports = {
},
devServer: {
contentBase: path.join(__dirname, "public/"),
historyApiFallback: {
index: '/kadi/',
},
contentBasePublicPath: SERVER_ROOT + "/",
port: 3000,
publicPath: "http://localhost:3000" + SERVER_ROOT + "/static/frontend/",