mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 18:02:07 +08:00
fix: add "server.js" to the filelist to pack
目前的 NPM 包少了 server.js,會導致 "NeteaseCloudMusicApi/server" 找不到檔案,也會讓 npx NeteaseCloudMusicApi 報錯(找不到 server.js 模組)
This commit is contained in:
@ -45,7 +45,8 @@
|
|||||||
"plugins",
|
"plugins",
|
||||||
"main.d.ts",
|
"main.d.ts",
|
||||||
"interface.d.ts",
|
"interface.d.ts",
|
||||||
"module_types"
|
"module_types",
|
||||||
|
"server.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
|
Reference in New Issue
Block a user