fix: bug for dev mode deployment
This commit is contained in:
@@ -76,12 +76,7 @@ packages = ["app"]
|
||||
[tool.hatch.build.targets.wheel.sources]
|
||||
"app" = "app"
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
"../frontend/dist" = "app/webui"
|
||||
"../nanobot/nanobot" = "nanobot"
|
||||
"main.py" = "main.py"
|
||||
|
||||
[tool.hatch.build.targets.sdist.force-include]
|
||||
"../frontend/dist" = "frontend/dist"
|
||||
"../nanobot/nanobot" = "nanobot"
|
||||
"main.py" = "main.py"
|
||||
[tool.hatch.build.hooks.custom]
|
||||
path = "hatch_build.py"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user