Documentation
¶
Overview ¶
Package web serves the built flue UI from the daemon binary, so there is no runtime dependency on Node or on any files beside the executable.
The directory this package lives in is also the web app's source tree. The Go files here are this one and its `dev`-tagged counterpart; everything else is Vite's input and output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dist ¶
Dist is the built app as a filesystem rooted where the app is served from: index.html at the top, not under a "dist/" prefix.
It is exported for `flue relay setup`, which uploads these exact files to the user's own Cloudflare account as the relay's static assets. Same build, same bytes, one app — a relay serving a UI assembled some other way would be a second frontend to keep in step with the daemon's wire protocol.
Types ¶
This section is empty.