From 556d4ae021157d4d4fa42c5361d84cc1ee2e7b54 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Apr 2026 11:49:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20script=20alias=20?= =?UTF-8?q?in=20pyproject.toml=20from=20'run-web'=20to=20'run'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/hello-world/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hello-world/pyproject.toml b/projects/hello-world/pyproject.toml index 752a6e5..d2238f7 100644 --- a/projects/hello-world/pyproject.toml +++ b/projects/hello-world/pyproject.toml @@ -4,5 +4,5 @@ version = "0.1.0" dependencies = ["requests"] [project.scripts] -run-web = "main:main" +run = "main"