Merge pull request #1459 from pan93412/fix/pack-server-js

fix: add "server.js" to the filelist to pack
This commit is contained in:
binaryify 2022-01-29 22:57:35 +08:00 committed by GitHub
commit 7a566765d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@
"plugins",
"main.d.ts",
"interface.d.ts",
"module_types"
"module_types",
"server.js"
],
"dependencies": {
"axios": "^0.24.0",