mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-08 20:19:37 +00:00
Update to node20
- updates many dependencies - removes @nuxtjs/tailwindcss and postcss8 - pkg targets are using node18 until node20 targets are available
This commit is contained in:
parent
90f4833c9e
commit
7f350279fa
13 changed files with 7554 additions and 25275 deletions
|
|
@ -39,6 +39,7 @@ module.exports = {
|
|||
|
||||
// Global CSS: https://go.nuxtjs.dev/config-css
|
||||
css: [
|
||||
'@/assets/tailwind.css',
|
||||
'@/assets/app.css'
|
||||
],
|
||||
|
||||
|
|
@ -58,9 +59,7 @@ module.exports = {
|
|||
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
|
||||
buildModules: [
|
||||
// https://go.nuxtjs.dev/tailwindcss
|
||||
'@nuxtjs/tailwindcss',
|
||||
'@nuxtjs/pwa',
|
||||
'@nuxt/postcss8'
|
||||
'@nuxtjs/pwa'
|
||||
],
|
||||
|
||||
// Modules: https://go.nuxtjs.dev/config-modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue