feat(web-app): configure devServer to allow all hosts

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-05-21 13:06:55 +02:00
committed by fastium
parent b6e4e3219a
commit cb514d809a

5
web-app/vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
devServer: {
allowedHosts: 'all'
}
}