9 lines
111 B
Go
9 lines
111 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
const DistDir = "frontend/dist"
|
|
|
|
//go:embed all:frontend/dist
|
|
var Public embed.FS
|