Skip to content

Commit

Permalink
got it to build, quick n dirty; epubjs patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wommy committed Oct 17, 2024
1 parent c67c586 commit 2baf50d
Show file tree
Hide file tree
Showing 43 changed files with 14,616 additions and 203 deletions.
2 changes: 1 addition & 1 deletion client/components/readers/EpubReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</template>

<script>
import ePub from 'epubjs'
import ePub from '../../static/libs/epubjs-patch/index.js'
/**
* @typedef {object} EpubReader
Expand Down
8 changes: 6 additions & 2 deletions client/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export default defineNuxtConfig({
autoprefixer: {}
}
}
}
},
transpile: ['luxon', 'cookie-es']
},
watchers: {
webpack: {
Expand All @@ -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.
Expand Down
Loading

0 comments on commit 2baf50d

Please sign in to comment.