Spaces:
Running
Running
Commit ·
f510e94
1
Parent(s): 9b9be9e
final commit
Browse files- pyproject.toml +3 -0
- server/__pycache__/app.cpython-310.pyc +0 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -27,3 +27,6 @@ serve = "server.app:main"
|
|
| 27 |
|
| 28 |
[tool.setuptools.packages.find]
|
| 29 |
where = ["."]
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
[tool.setuptools.packages.find]
|
| 29 |
where = ["."]
|
| 30 |
+
|
| 31 |
+
[project.scripts]
|
| 32 |
+
serve = "server.app:main"
|
server/__pycache__/app.cpython-310.pyc
CHANGED
|
Binary files a/server/__pycache__/app.cpython-310.pyc and b/server/__pycache__/app.cpython-310.pyc differ
|
|
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|