⬆️ Update script alias in pyproject.toml from 'run-web' to 'run'

This commit is contained in:
2026-04-11 11:49:20 +08:00
parent 2e6bd784d0
commit 556d4ae021

View File

@@ -4,5 +4,5 @@ version = "0.1.0"
dependencies = ["requests"]
[project.scripts]
run-web = "main:main"
run = "main"