Files
pocketbase/ui/embed_no_ui.go
2026-04-18 16:50:39 +03:00

9 lines
147 B
Go

//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