mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-01 20:54:16 -04:00
Add server migration scripts to pkg assets
This commit is contained in:
parent
55164803b0
commit
21c77dccce
@ -22,7 +22,8 @@
|
|||||||
"pkg": {
|
"pkg": {
|
||||||
"assets": [
|
"assets": [
|
||||||
"client/dist/**/*",
|
"client/dist/**/*",
|
||||||
"node_modules/sqlite3/lib/binding/**/*.node"
|
"node_modules/sqlite3/lib/binding/**/*.node",
|
||||||
|
"server/migrations/*.js"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"prod.js",
|
"prod.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user