mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-05 21:58:56 +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:
parent
61a0c0ebe1
commit
6681f11ce0
@ -45,7 +45,8 @@
|
||||
"plugins",
|
||||
"main.d.ts",
|
||||
"interface.d.ts",
|
||||
"module_types"
|
||||
"module_types",
|
||||
"server.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "^0.24.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user