mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-06 09:29:40 +00:00
Cleanup unused WDS deps and config (#23155)
* Cleanup unused WDS deps and config * fix
This commit is contained in:
@@ -5,9 +5,6 @@ const paths = require("./paths.cjs");
|
||||
const isTrue = (value) => value === "1" || value?.toLowerCase() === "true";
|
||||
|
||||
module.exports = {
|
||||
useWDS() {
|
||||
return isTrue(process.env.WDS);
|
||||
},
|
||||
isProdBuild() {
|
||||
return (
|
||||
process.env.NODE_ENV === "production" || module.exports.isStatsBuild()
|
||||
|
||||
Reference in New Issue
Block a user