refactor(bootstrap): fix OpenList-Mobile compile failed (#1857)

This commit is contained in:
KirCute
2025-12-24 18:46:13 +08:00
committed by GitHub
parent 4680ece2d9
commit 6e2d499ca9

View File

@@ -5,10 +5,19 @@ import (
"path/filepath"
"strconv"
"github.com/OpenListTeam/OpenList/v4/internal/bootstrap"
"github.com/OpenListTeam/OpenList/v4/pkg/utils"
log "github.com/sirupsen/logrus"
)
func Init() {
bootstrap.Init()
}
func Release() {
bootstrap.Release()
}
var pid = -1
var pidFile string