init
This commit is contained in:
commit
2586161abd
49 changed files with 4171 additions and 0 deletions
6
frontend/embed.go
Normal file
6
frontend/embed.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package frontend
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed dist
|
||||
var Embed embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue