Documentation
¶
Overview ¶
Package configbuilderweb embeds the built standalone Config Builder SPA so the gophertrunk binary can serve the web config editor (via `gophertrunk config serve`, and from the daemon at /config/) without a sibling source tree. Build the SPA with `make configbuilder-web-build` (or `cd web/configbuilder && npm run build`) before `go build`; the embed picks up everything under `dist/` automatically.
When `dist/` is empty (fresh checkout, dev build with no build yet) the embed contains only the `.gitkeep` sentinel and HasAssets reports false; the serve command then prints an explanatory message instead of a blank page.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.