Files
bibliomane/front/frontend_dev.go
2026-02-11 01:12:53 +01:00

12 lines
99 B
Go

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