scoresaber-reloadedv3/backend/webpack-hmr.config.js
Liam e105a76bf2
Some checks failed
Deploy Backend / deploy (push) Failing after 29s
impl simple backend
2024-10-04 22:21:37 +01:00

7 lines
159 B
JavaScript

module.exports = function (options) {
return {
...options,
stats: "minimal", // This disables the full-screen mode and simplifies the output
};
};