Added proxy to backend API and typescript errors to browser overview
This commit is contained in:
parent
494b9dae2b
commit
bc8a603d4e
@ -55,8 +55,17 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
|
overlay: {
|
||||||
|
warnings: true,
|
||||||
|
errors: true
|
||||||
|
},
|
||||||
historyApiFallback: true,
|
historyApiFallback: true,
|
||||||
noInfo: true
|
proxy: {
|
||||||
|
"/api": {
|
||||||
|
target: "https://dumbyt.hak8or.com",
|
||||||
|
changeOrigin: true
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
performance: {
|
performance: {
|
||||||
hints: false
|
hints: false
|
||||||
|
Loading…
Reference in New Issue
Block a user