Skip to content

Commit

Permalink
feat: 支持通过Npm启动项目
Browse files Browse the repository at this point in the history
  • Loading branch information
Folltoshe committed Dec 15, 2023
1 parent 21cb614 commit b69a318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "lx-music-api-server-python",
"description": "LX Music Api Server",
"version": "1.2.0-beta.1",
"scripts": {
"dev": "python main.py --env development",
"prod": "python main.py --env production"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lx-music-api-server-python"
version = "1.1.0"
version = "1.2.0-beta.1"
description = "一个适配 LX Music 的 API 后端实现"
authors = ["helloplhm-qwq"]
license = "MIT"
Expand Down

0 comments on commit b69a318

Please sign in to comment.