9 lines
153 B
Go
9 lines
153 B
Go
package webassets
|
|
|
|
import "embed"
|
|
|
|
// Dist is replaced by the root pnpm build script after the Svelte app builds.
|
|
//
|
|
//go:embed dist/*
|
|
var Dist embed.FS
|