9 lines
98 B
Go
9 lines
98 B
Go
package wizard_vue
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist
|
|
var EmbedFS embed.FS
|
|
|
|
const FSPrefix = "dist"
|