mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-04 09:19:39 +00:00
Fix cast navigation on none default dashboard (#5719)
This commit is contained in:
@@ -12,7 +12,6 @@ gulp.task(
|
||||
gulp.series(
|
||||
async function setEnv() {
|
||||
process.env.NODE_ENV = "development";
|
||||
process.env.IS_CAST = "true";
|
||||
},
|
||||
"clean-cast",
|
||||
"translations-enable-merge-backend",
|
||||
|
Reference in New Issue
Block a user