Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Package web provides the embedded frontend assets built by Vite.
|
||||
// Run `npm run build` inside the web/ directory before building the binary.
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed dist
|
||||
var FS embed.FS
|
||||
Reference in New Issue
Block a user