feat(web-app): configure devServer to allow all hosts
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
5
web-app/vue.config.js
Normal file
5
web-app/vue.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
allowedHosts: 'all'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user