feat: bundle frontend with API executable

This commit is contained in:
Sam 2022-06-17 00:00:52 +02:00
parent 57c7a0f4de
commit 6c9ebf1d08
13 changed files with 105 additions and 16 deletions

6
frontend/data.go Normal file
View file

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