6 lines
69 B
Go
6 lines
69 B
Go
package frontend
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist
|
|
var Embed embed.FS
|