ssr runner and more admin panel stuff
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
//go:embed all:.output/public
|
||||
var distDir embed.FS
|
||||
//go:embed all:.output
|
||||
var DistDir embed.FS
|
||||
|
||||
// DistDirFS contains the embedded dist directory files (without the "dist" prefix)
|
||||
var DistDirFS = echo.MustSubFS(distDir, ".output/public")
|
||||
var DistDirFS = echo.MustSubFS(DistDir, ".output/")
|
||||
|
||||
Reference in New Issue
Block a user