9 lines
91 B
Go
9 lines
91 B
Go
|
package frontend
|
||
|
|
||
|
import (
|
||
|
"embed"
|
||
|
)
|
||
|
|
||
|
//go:embed frontend/hass_frontend
|
||
|
var Root embed.FS
|