chore: expand debug logging + embeddable version

This commit is contained in:
Gabe Farrell 2025-06-13 18:29:08 -04:00
parent edbd7d506e
commit e92733823d
25 changed files with 563 additions and 303 deletions

View file

@ -98,7 +98,7 @@ func TestMain(m *testing.M) {
log.Fatalf("Could not connect to database: %s", err)
}
go engine.Run(getenv, os.Stdout)
go engine.Run(getenv, os.Stdout, "vTest")
// Wait until the web server is reachable
for i := 0; i < 20; i++ {