mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
10 lines
150 B
Go
10 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
|