mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
Added support for npm run watch to automatically reset server during development.
This commit is contained in:
parent
139ee013a7
commit
e2d869bb19
10
package.json
10
package.json
@ -3,7 +3,11 @@
|
||||
"version": "2.0.14",
|
||||
"description": "Self-hosted audiobook and podcast server",
|
||||
"main": "index.js",
|
||||
"watch": {
|
||||
"dev": "server/{*,*/*}/*.js"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "npm-watch",
|
||||
"dev": "node index.js",
|
||||
"start": "node index.js",
|
||||
"client": "cd client && npm install && npm run generate",
|
||||
@ -53,5 +57,7 @@
|
||||
"watcher": "^1.2.0",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.11.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user