mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 19:31:39 +00:00
added nuxt-bridge
This commit is contained in:
parent
f2102a0a23
commit
c67c586c98
4 changed files with 7122 additions and 138 deletions
|
|
@ -1,9 +1,10 @@
|
|||
const pkg = require('./package.json')
|
||||
import { defineNuxtConfig } from '@nuxt/bridge'
|
||||
import pkg from './package.json'
|
||||
|
||||
const routerBasePath = process.env.ROUTER_BASE_PATH || ''
|
||||
const serverHostUrl = process.env.NODE_ENV === 'production' ? '' : 'http://localhost:3333'
|
||||
|
||||
module.exports = {
|
||||
export default defineNuxtConfig({
|
||||
// Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
|
||||
ssr: false,
|
||||
target: 'static',
|
||||
|
|
@ -136,6 +137,8 @@ module.exports = {
|
|||
host: '0.0.0.0'
|
||||
},
|
||||
|
||||
bridge: false,
|
||||
|
||||
/**
|
||||
* Temporary workaround for @nuxt-community/tailwindcss-module.
|
||||
*
|
||||
|
|
@ -145,4 +148,4 @@ module.exports = {
|
|||
devServerHandlers: [],
|
||||
|
||||
ignore: ['**/*.test.*', '**/*.cy.*']
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue