From 46fa8404a847749df4a4bb64bca8173bf7d4f4b1 Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Mon, 2 Feb 2026 13:48:53 +0800 Subject: [PATCH] modify pyproject.toml --- {{ cookiecutter.project_name }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_name }}/pyproject.toml b/{{ cookiecutter.project_name }}/pyproject.toml index 6509490..12b0186 100644 --- a/{{ cookiecutter.project_name }}/pyproject.toml +++ b/{{ cookiecutter.project_name }}/pyproject.toml @@ -42,4 +42,4 @@ packages = ["src/{{ cookiecutter.project_name }}"] [project.scripts] build = "{{ cookiecutter.project_name }}.scripts.build:main" -serve = "{{ cookiecutter.project_name }}:main" \ No newline at end of file +serve = "{{ cookiecutter.project_name }}:serve" \ No newline at end of file