1
0

feat: bundle frontend files with api in one static bundle

This commit is contained in:
kolaente
2024-02-08 17:14:41 +01:00
parent 392f5cd468
commit 6c5194b892
3 changed files with 64 additions and 8 deletions

6
frontend/embed.go Normal file
View File

@ -0,0 +1,6 @@
package frontend
import "embed"
//go:embed dist
var Files embed.FS