Skip to content

Commit

Permalink
feat: 支持npm run xxx (纯属poetry run难用)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Apr 14, 2024
1 parent 3f4e921 commit 45e2e71
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 83 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "lx-music-api-server-python",
"version": "1.0.0",
"description": "一个适配 LX Music 的 API 后端实现",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "poetry run python poetry_run.py development",
"prod": "poetry run python poetry_run.py production",
"development": "poetry run python poetry_run.py development",
"production": "poetry run python poetry_run.py production",
"install": "poetry install"
}
}
Loading

0 comments on commit 45e2e71

Please sign in to comment.