change runner

This commit is contained in:
maddalax 2024-09-21 12:23:47 -05:00
parent 2ce4e1a9e7
commit c4541237d6

View file

@ -2,6 +2,7 @@ package main
import ( import (
"embed" "embed"
"fmt"
"github.com/labstack/echo/v4" "github.com/labstack/echo/v4"
"github.com/maddalax/htmgo/framework/h" "github.com/maddalax/htmgo/framework/h"
"github.com/maddalax/htmgo/framework/htmgo/service" "github.com/maddalax/htmgo/framework/htmgo/service"
@ -29,6 +30,8 @@ func main() {
panic(err) panic(err)
} }
fmt.Println("test")
h.Start(h.AppOpts{ h.Start(h.AppOpts{
ServiceLocator: locator, ServiceLocator: locator,
LiveReload: true, LiveReload: true,