fix(ui): include _-prefixed dirs in embedded assets (#26589)

Signed-off-by: choejwoo <jaewoo45@gmail.com>
This commit is contained in:
Jaewoo Choi 2026-03-18 07:55:20 +09:00 committed by GitHub
parent c5d1c914bb
commit 4b4bbc8bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,4 +5,5 @@ import "embed"
// Embedded contains embedded UI resources
//
//go:embed dist/app
//go:embed all:dist/app/assets/images/resources
var Embedded embed.FS