refactor: route runtime extension settings through port

This commit is contained in:
jxxghp
2026-08-23 02:53:48 +08:00
parent 05d4ca79e7
commit d36795ec4d
8 changed files with 24 additions and 17 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ from app.foundation.singleton import Singleton
from app.foundation.version import compare_version
from app.runtime.log import logger
from app.runtime.observability import observe_compat_facade
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.runtime.events import EventHandlerBinding, eventmanager
from app.runtime.reload import ConfigReloadMixin
from app.runtime.extensions.plugin.loader import PluginLoader