You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-04-26 15:54:25 +02:00
9 lines
147 B
Go
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
|