add supplemental container support

This commit is contained in:
Zoe
2025-04-10 16:18:42 +00:00
parent 2bd953dcb6
commit d501775ae6
21 changed files with 460 additions and 215 deletions

View File

@@ -4,7 +4,7 @@ import (
"net/http"
_ "net/http/pprof"
"github.com/juls0730/flux/server"
"github.com/juls0730/flux/internal/server"
"go.uber.org/zap"
)