fix: tolerate empty ui build subdirs

This commit is contained in:
ranokay 2026-06-06 06:10:52 +03:00
parent 86e105260e
commit 6baae1be95
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ import (
"io/fs"
)
//go:embed build/*
//go:embed all:build
var filesystem embed.FS
func BuildAssets() fs.FS {