This commit is contained in:
Bartal Læarsson
2026-06-25 12:42:23 +01:00
parent d97576f41c
commit aa3ef18f1a
6 changed files with 1 additions and 35 deletions
-6
View File
@@ -5,15 +5,9 @@ import (
"io/fs"
)
// Templates contains all server-rendered HTML templates.
//
//go:embed templates/index.html
var Templates embed.FS
// Assets contains every browser asset needed by the POC page.
// The production binary serves these files from memory, so the server does not
// depend on a static/ directory beside the executable.
//
//go:embed static/* static/css/* static/js/* favicon.ico
var Assets embed.FS