448cf2a465
Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
120 B
Go
10 lines
120 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates/*
|
|
var TemplatesFS embed.FS
|
|
|
|
//go:embed static/*
|
|
var StaticFS embed.FS
|