mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-20 09:59:39 +00:00
Add support for running in production with dev.js config, node index --prod-with-dev-env
This commit is contained in:
parent
d21fe49ce2
commit
e384863148
2 changed files with 5 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"scripts": {
|
||||
"dev": "nodemon --watch server index.js -- --dev",
|
||||
"start": "node index.js",
|
||||
"start-dev": "node index.js --prod-with-dev-env",
|
||||
"client": "cd client && npm ci && npm run generate",
|
||||
"prod": "npm run client && npm ci && node index.js",
|
||||
"build-win": "npm run client && pkg -t node20-win-x64 -o ./dist/win/audiobookshelf -C GZip .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue