merge newui branch

This commit is contained in:
Gani Georgiev
2026-04-18 16:29:34 +03:00
parent 58f605e90c
commit 4c44044c0c
804 changed files with 58660 additions and 56663 deletions

8
ui/embed_no_ui.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build no_ui
package ui
import "io/fs"
// DistDirFS is deliberately not set to prevent bundling the UI with the binary.
var DistDirFS fs.FS