add embed.go
This commit is contained in:
8
web/embed.go
Normal file
8
web/embed.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed all:dist
|
||||
var DistDir embed.FS
|
||||
Reference in New Issue
Block a user