mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 19:01:41 +00:00
Added an On Library Item notifcation event
This commit is contained in:
parent
c377b57601
commit
bfbe5aa91e
10 changed files with 3530 additions and 3804 deletions
|
|
@ -112,7 +112,11 @@ module.exports = {
|
|||
},
|
||||
|
||||
// Build Configuration: https://go.nuxtjs.dev/config-build
|
||||
build: {},
|
||||
build: {
|
||||
extend(config, { isDev, isClient }) {
|
||||
// Add any necessary build configurations here
|
||||
}
|
||||
},
|
||||
watchers: {
|
||||
webpack: {
|
||||
aggregateTimeout: 300,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue