2025-02-06 01:35:23 +03:00

9 lines
98 B
Go

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