package dockerwatcher import "embed" // WebBuildFS holds the embedded SvelteKit static build output. // The build directory is populated by running `npm run build` in the web/ directory. // //go:embed web/build var WebBuildFS embed.FS