8 lines
79 B
Go
8 lines
79 B
Go
package frontend
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed all:dist
|
|
var DistFS embed.FS
|