feat: run stages and teapot in joj3 #47

Merged
张泊明518370910136 merged 8 commits from wrapper into master 2024-10-07 13:27:21 +08:00
Showing only changes of commit f3ebd678a8 - Show all commits

View File

@ -108,6 +108,9 @@ func init() {
}
func mainImpl() error {
for _, e := range os.Environ() {
fmt.Println(e)
}
if err := setupSlog(""); err != nil { // before conf is loaded
return err
}