9 lines
82 B
Go
9 lines
82 B
Go
package main
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed frontend/dist
|
|
var staticFS embed.FS
|