1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-06 20:00:40 +00:00
Files
pocket-id/backend/resources/files.go
2025-01-03 15:12:07 +01:00

9 lines
138 B
Go

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