serve frontend from go
This commit is contained in:
6
web/embed.go
Normal file
6
web/embed.go
Normal file
@ -0,0 +1,6 @@
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed all:dist/frontend/browser
|
||||
var Frontend embed.FS
|
Reference in New Issue
Block a user