package web import "embed" const DistDir = "frontend/dist" //go:embed all:frontend/dist var Public embed.FS