mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-17 23:59:52 +00:00
Lovelace cleanups (#3427)
* Improvements * Add types CAF * Fix demo switching * Do not set background color in hui-view
This commit is contained in:
@@ -84,12 +84,12 @@ gulp.task("webpack-dev-server-demo", () => {
|
||||
open: true,
|
||||
watchContentBase: true,
|
||||
contentBase: path.resolve(paths.demo_dir, "dist"),
|
||||
}).listen(8080, "localhost", function(err) {
|
||||
}).listen(8090, "localhost", function(err) {
|
||||
if (err) {
|
||||
throw err;
|
||||
}
|
||||
// Server listening
|
||||
log("[webpack-dev-server]", "http://localhost:8080");
|
||||
log("[webpack-dev-server]", "http://localhost:8090");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user