mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 19:31:39 +00:00
got it to build, quick n dirty; epubjs patch
This commit is contained in:
parent
c67c586c98
commit
2baf50da12
43 changed files with 14616 additions and 203 deletions
|
|
@ -124,7 +124,8 @@ export default defineNuxtConfig({
|
|||
autoprefixer: {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
transpile: ['luxon', 'cookie-es']
|
||||
},
|
||||
watchers: {
|
||||
webpack: {
|
||||
|
|
@ -137,7 +138,10 @@ export default defineNuxtConfig({
|
|||
host: '0.0.0.0'
|
||||
},
|
||||
|
||||
bridge: false,
|
||||
bridge: {
|
||||
transpile: true,
|
||||
nitro: true
|
||||
},
|
||||
|
||||
/**
|
||||
* Temporary workaround for @nuxt-community/tailwindcss-module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue