mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-08 16:34:55 +02:00
Fix:Debian pkg validateFunction #302
This commit is contained in:
parent
3abb1fdf48
commit
c45f74cbf1
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@
|
|||
},
|
||||
"bin": "prod.js",
|
||||
"pkg": {
|
||||
"assets": "client/dist/**/*",
|
||||
"assets": [
|
||||
"client/dist/**/*",
|
||||
"server/Db.js"
|
||||
],
|
||||
"scripts": [
|
||||
"prod.js",
|
||||
"server/**/*.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue