mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-01 08:39:39 +00:00
Add script & file for running production without docker
This commit is contained in:
parent
a63d76985c
commit
c7b01165fd
6 changed files with 23 additions and 6 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"scripts": {
|
||||
"dev": "node index.js",
|
||||
"start": "node index.js",
|
||||
"prod": "NODE_ENV=production node index.js"
|
||||
"client": "cd client && npm install --production && npm run generate",
|
||||
"prod": "npm run client && npm install && node prod.js"
|
||||
},
|
||||
"author": "advplyr",
|
||||
"license": "ISC",
|
||||
|
|
@ -29,4 +30,4 @@
|
|||
"watcher": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue