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