mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 09:40:30 +08:00
fix: add sdist build artifact path to allow dashboard artifact to be included (#8933)
* fix: add sdist build artifact path to allow dashboard artifact to be included * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,7 @@ exclude = ["dashboard", "node_modules", "dist", "data", "tests"]
|
|||||||
allow-direct-references = true
|
allow-direct-references = true
|
||||||
|
|
||||||
# Include bundled dashboard dist even though it is not tracked by VCS.
|
# Include bundled dashboard dist even though it is not tracked by VCS.
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build]
|
||||||
artifacts = ["astrbot/dashboard/dist/**"]
|
artifacts = ["astrbot/dashboard/dist/**"]
|
||||||
|
|
||||||
# Custom build hook: builds the Vue dashboard and copies dist into the package.
|
# Custom build hook: builds the Vue dashboard and copies dist into the package.
|
||||||
|
|||||||
Reference in New Issue
Block a user