feat(cloud-api): add workspace application entrypoint
This commit is contained in:
+4
-1
@@ -24,7 +24,10 @@ dev = [
|
||||
]
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["packages/cloud-platform"]
|
||||
members = [
|
||||
"apps/cloud-api",
|
||||
"packages/cloud-platform",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = [
|
||||
|
||||
Reference in New Issue
Block a user