Documentation
¶
Overview ¶
Package web provides the embedded SvelteKit build. By default (no build tag) no assets are embedded, so `go build` and `go test` work without first building the frontend. Building with -tags embedassets (via `make build`) embeds web/build produced by the SvelteKit adapter-static output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Assets fs.FS
Assets is the embedded frontend filesystem, or nil when built without assets.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.