// SPDX-License-Identifier: Apache-2.0 package main import "embed" //go:embed web/dist var webFS embed.FS