mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 02:56:01 +00:00
[dashboard] Remove legacy web dashboard (#17124)
This commit is contained in:
@@ -41,7 +41,6 @@ function hasCoreChanges(changedFiles) {
|
||||
*/
|
||||
function hasDashboardChanges(changedFiles) {
|
||||
return changedFiles.some(file =>
|
||||
file.startsWith('esphome/dashboard/') ||
|
||||
file.startsWith('esphome/components/dashboard_import/')
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user