feat: bundle frontend files with api in one static bundle
This commit is contained in:
6
frontend/embed.go
Normal file
6
frontend/embed.go
Normal file
@ -0,0 +1,6 @@
|
||||
package frontend
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed dist
|
||||
var Files embed.FS
|
Reference in New Issue
Block a user