embed frontend static files

This commit is contained in:
Arkadiy Kukarkin
2025-12-23 12:23:39 +01:00
parent 5661cc3f04
commit 331218b7f7
38 changed files with 2783 additions and 0 deletions

6
frontend/embed.go Normal file
View File

@@ -0,0 +1,6 @@
package frontend
import "embed"
//go:embed index.html main.js style.css lib assets
var Files embed.FS