File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,5 +53,10 @@ async def main():
5353 pass
5454
5555
56+ def start ():
57+ """Console script entry point"""
58+ uvloop .run (main ())
59+
60+
5661if __name__ == "__main__" :
5762 uvloop .run (main ())
Original file line number Diff line number Diff line change @@ -75,13 +75,14 @@ llmctl = "dynamo.sdk.cli.run_executable:llmctl"
7575http = " dynamo.sdk.cli.run_executable:http"
7676metrics = " dynamo.sdk.cli.run_executable:metrics"
7777mock_worker = " dynamo.sdk.cli.run_executable:mock_worker"
78+ dynamo-frontend = " frontend.main:start"
7879
7980[build-system ]
8081requires = [" hatchling" ]
8182build-backend = " hatchling.build"
8283
8384[tool .hatch .build .targets .wheel ]
84- packages = [" deploy/sdk/src/dynamo" , " components/planner/src/dynamo" ]
85+ packages = [" deploy/sdk/src/dynamo" , " components/planner/src/dynamo" , " components/frontend " ]
8586
8687# This section is for including the binaries in the wheel package
8788# but doesn't make them executable scripts in the venv bin directory
You can’t perform that action at this time.
0 commit comments