mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 19:41:22 +00:00
12 lines
139 B
Go
12 lines
139 B
Go
package frontend
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:generate npm install
|
|
|
|
//go:generate npm run build
|
|
|
|
//go:embed dist
|
|
var FrontEndFiles embed.FS
|