9 lines
85 B
Go
9 lines
85 B
Go
//go:build !dev
|
|
|
|
package webspa
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:out
|
|
var SPA embed.FS
|