mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 21:45:22 +01:00
9 lines
150 B
Go
9 lines
150 B
Go
//go:build webui
|
|
|
|
// Package webui contains the web user interface for embedding
|
|
package webui
|
|
|
|
import "embed"
|
|
|
|
//go:embed "dist/*"
|
|
var Dist embed.FS
|