Files
pocket-id/backend/resources/files.go
Kyle Mendell 802754c24c refactor: use react email for email templates (#734)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-08-31 16:54:13 +00:00

9 lines
164 B
Go

package resources
import "embed"
// Embedded file systems for the project
//go:embed email-templates/*.tmpl images migrations fonts aaguids.json
var FS embed.FS