2025-03-18 14:03:47 +03:00

9 lines
98 B
Go

package wizard_vue
import "embed"
//go:embed dist
var EmbedFS embed.FS
const FSPrefix = "dist"