Fix build

This commit is contained in:
Deluan 2021-07-20 20:22:15 -04:00 committed by Joe Stump
parent e63769051f
commit 2b5c612b20
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -5,7 +5,7 @@ import (
"io/fs"
)
//go:embed build
//go:embed build/*
var filesystem embed.FS
func BuildAssets() fs.FS {