//go:build desktop package main import "embed" // assets is the embedded web SPA. Built only with the `desktop` tag, which is // set by `make desktop` after it copies web/dist/* into cmd/desktop/frontend/dist // (a gitignored build artifact). See assets_stub.go for the default build. // //go:embed frontend/dist var assets embed.FS