1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2026-04-26 15:54:25 +02:00
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