Compare commits

..

No commits in common. "main" and "0.4.5" have entirely different histories.
main ... 0.4.5

View file

@ -797,6 +797,7 @@ func serve(ctx context.Context, bind, root string) error {
static.WithRoot(root),
static.WithCGI(true),
static.WithDir(true),
static.WithSPA(true),
)
if err != nil {
return err