vikash-nuvai commited on
Commit ·
12d9f1b
1
Parent(s): f61db78
fix: resolve OpenEnv validation issues (entry point and uv.lock)
Browse files- pyproject.toml +1 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
| 18 |
]
|
| 19 |
|
| 20 |
[project.scripts]
|
| 21 |
-
|
| 22 |
|
| 23 |
[build-system]
|
| 24 |
requires = ["setuptools>=68.0", "wheel"]
|
|
|
|
| 18 |
]
|
| 19 |
|
| 20 |
[project.scripts]
|
| 21 |
+
server = "server.app:main"
|
| 22 |
|
| 23 |
[build-system]
|
| 24 |
requires = ["setuptools>=68.0", "wheel"]
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|