got it to build, quick n dirty; epubjs patch

This commit is contained in:
wommy 2024-09-24 02:57:02 -04:00
parent c67c586c98
commit 2baf50da12
43 changed files with 14616 additions and 203 deletions

View file

@ -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.