merge newui branch
This commit is contained in:
8
ui/embed_no_ui.go
Normal file
8
ui/embed_no_ui.go
Normal 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
|
||||
Reference in New Issue
Block a user