Friendly note for future task

This commit is contained in:
Melody Becker 2025-03-31 15:24:37 +02:00
parent 3f44c6599c
commit b84461d0e7
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI

View file

@ -19,6 +19,9 @@ import (
"git.mstar.dev/mstar/linstrom/util"
)
// TODO: Add frontend overwrite
// Serve frontend files from a given directory instead of embedded data
//go:embed frontend-reactive/dist/* frontend-reactive/dist/assets
var reactiveFS embed.FS