Spaces:
Running
Running
Commit ·
58af184
1
Parent(s): eddfb2c
Add server entry point
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
|
@@ -27,5 +27,6 @@ dev = [
|
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[project.scripts]
|
|
|
|
| 30 |
app = "app:main"
|
| 31 |
run = "run:main"
|
|
|
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[project.scripts]
|
| 30 |
+
server = "app:main"
|
| 31 |
app = "app:main"
|
| 32 |
run = "run:main"
|