added staging banner

This commit is contained in:
2026-03-07 13:24:36 +11:00
parent 04389970ac
commit 78db8d0324
5 changed files with 26 additions and 14 deletions

View File

@@ -13,4 +13,5 @@ func DevMode(ctx context.Context) DevInfo {
type DevInfo struct {
WebsocketBase string
HTMXLog bool
StagingBanner bool
}