get database migrations up and running
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
package frontend
|
||||
|
||||
import "embed"
|
||||
import (
|
||||
"embed"
|
||||
"io/fs"
|
||||
)
|
||||
|
||||
//go:embed files
|
||||
var Static embed.FS
|
||||
var static embed.FS
|
||||
|
||||
func Root() (fs.FS, error) {
|
||||
return fs.Sub(static, "files")
|
||||
}
|
||||
|
Reference in New Issue
Block a user