Remove unused boot files from webui

This commit is contained in:
Michel Heusschen 2024-09-27 15:22:04 +02:00 committed by GitHub
parent e485edbe9f
commit 14e5d4b4b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 3 additions and 90 deletions

View file

@ -5,6 +5,8 @@ import (
"io/fs"
)
// Files starting with . and _ are excluded by default
//
//go:embed static
var assets embed.FS