chore: temporary keep WebUI source-only

This commit is contained in:
Xubin Ren
2026-04-21 14:33:44 +00:00
parent 53ba410e49
commit 558aa98491
12 changed files with 12 additions and 81 deletions
-7
View File
@@ -118,13 +118,6 @@ include = [
"nanobot/skills/**/*.md",
"nanobot/skills/**/*.sh",
]
# Build-time generated assets that live under .gitignore'd paths but must ship
# in the wheel/sdist. `artifacts` bypasses the VCS filter (unlike `include`).
# The webui is compiled via `bun run build` into nanobot/web/dist/ right before
# `python -m build` runs.
artifacts = [
"nanobot/web/dist/**/*",
]
[tool.hatch.build.targets.wheel]
packages = ["nanobot"]