Fix spaces

This commit is contained in:
Johannes Marbach 2023-09-22 21:03:33 +02:00
parent e0954f330a
commit 3d65ff06e9

View file

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