1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Use hass-tabs-subpage in add-on view (#5483)

This commit is contained in:
Joakim Sørensen
2020-05-01 11:34:52 +02:00
committed by GitHub
parent 2084ecc4c6
commit 6847830575
14 changed files with 389 additions and 114 deletions

View File

@@ -28,7 +28,7 @@ const runDevServer = ({
open: true,
watchContentBase: true,
contentBase,
}).listen(port, listenHost, function(err) {
}).listen(port, listenHost, function (err) {
if (err) {
throw err;
}