fix embedr go:embed

This commit is contained in:
bryan newbold
2024-04-12 11:51:46 -07:00
parent 2861ec7ed5
commit cfaf5ccca4
17 changed files with 69 additions and 11 deletions
+3
View File
@@ -4,3 +4,6 @@ import "embed"
//go:embed templates/*
var TemplateFS embed.FS
//go:embed embedr-templates/*
var EmbedrTemplateFS embed.FS