feat(webui): add integrated Vite dev mode (#5239)

This commit is contained in:
chengyongru
2026-08-04 16:14:32 +08:00
committed by GitHub
parent 4e8702a47b
commit 2fe135db3e
9 changed files with 762 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from pathlib import Path
from typing import Any
from nanobot.channels.contracts import channel_field_value
from nanobot.config.loader import get_config_path
from nanobot.config.paths import get_config_path
def local_state_present(section: Any) -> bool: