This commit is contained in:
Bastien Wirtz
2022-06-05 21:50:28 +02:00
parent e03e759285
commit 10f6f123e8
2 changed files with 8 additions and 5 deletions

View File

@ -27,6 +27,6 @@ module.exports = {
},
},
devServer: {
disableHostCheck: true
disableHostCheck: true,
},
};