feat: bundle css with backend

This commit is contained in:
Sam 2022-06-17 15:19:00 +02:00
parent ad2c527e0e
commit 0b2b0a1358
3 changed files with 10 additions and 2 deletions

View file

@ -4,3 +4,6 @@ import "embed"
//go:embed dist/*
var Data embed.FS
//go:embed style.css
var CSS []byte