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