mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 06:11:38 +00:00
Feature: use nuxt bridge to bundle client
This commit is contained in:
parent
98c117f0b8
commit
228b5203a8
23 changed files with 8484 additions and 19783 deletions
|
|
@ -368,7 +368,7 @@ export default {
|
|||
initializeSocket() {
|
||||
this.socket = this.$nuxtSocket({
|
||||
name: process.env.NODE_ENV === 'development' ? 'dev' : 'prod',
|
||||
channel: this.$config.routerBasePath,
|
||||
channel: this.$config.public.routerBasePath,
|
||||
persist: 'main',
|
||||
teardown: false,
|
||||
transports: ['websocket'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue