feat: bundle css with backend
This commit is contained in:
parent
ad2c527e0e
commit
0b2b0a1358
3 changed files with 10 additions and 2 deletions
|
@ -4,3 +4,6 @@ import "embed"
|
|||
|
||||
//go:embed dist/*
|
||||
var Data embed.FS
|
||||
|
||||
//go:embed style.css
|
||||
var CSS []byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue