Fix spaces

pull/26216/head
Johannes Marbach 2023-09-22 21:03:33 +02:00
parent e0954f330a
commit 3d65ff06e9
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ module.exports = (env, argv) => {
hot: "only",
// Disable host check
allowedHosts: 'all',
allowedHosts: "all",
},
};
};