//go:build !embed package front import ( "os" ) func init() { Frontend = os.DirFS("./front/dist") }