mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Add server migration scripts to pkg assets
This commit is contained in:
parent
55164803b0
commit
21c77dccce
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
"pkg": {
|
||||
"assets": [
|
||||
"client/dist/**/*",
|
||||
"node_modules/sqlite3/lib/binding/**/*.node"
|
||||
"node_modules/sqlite3/lib/binding/**/*.node",
|
||||
"server/migrations/*.js"
|
||||
],
|
||||
"scripts": [
|
||||
"prod.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue