Remove templates and add vue template

This commit is contained in:
2022-01-17 22:05:43 +00:00
parent 663f247080
commit aa33c148cb
53 changed files with 452 additions and 2499 deletions

View File

@ -2,8 +2,5 @@ package web
import "embed"
//go:embed *.html *.tpl
var Templates embed.FS
//go:embed static
//go:embed dist
var Static embed.FS