Merge branch 'master' into collapseseries-patch

This commit is contained in:
advplyr 2022-11-06 10:52:22 -06:00
commit 7425622d93
3 changed files with 4 additions and 2 deletions

View File

@ -13,3 +13,4 @@ test/
/client/.nuxt/
/client/dist/
/dist/
/deploy/

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ test/
/client/.nuxt/
/client/dist/
/dist/
/deploy/
sw.*
.DS_STORE

View File

@ -14,7 +14,7 @@
"docker-amd64-local": "docker buildx build --platform linux/amd64 --load . -t advplyr/audiobookshelf-amd64-local",
"docker-arm64-local": "docker buildx build --platform linux/arm64 --load . -t advplyr/audiobookshelf-arm64-local",
"docker-armv7-local": "docker buildx build --platform linux/arm/v7 --load . -t advplyr/audiobookshelf-armv7-local",
"deploy": "node dist/autodeploy"
"deploy-linux": "node deploy/linux"
},
"bin": "prod.js",
"pkg": {