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

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-05-23 22:55:52 +02:00
committed by fastium
parent b6e4e3219a
commit cb514d809a
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
devServer: {
allowedHosts: 'all'
}
}