mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-19 04:05:55 -04:00
Update index.js dev fallback router base path
This commit is contained in:
parent
1a3d70d041
commit
4e8cd6fba0
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -29,7 +29,7 @@ if (isDev) {
|
|||
if (devEnv.AllowIframe) process.env.ALLOW_IFRAME = '1'
|
||||
if (devEnv.BackupPath) process.env.BACKUP_PATH = devEnv.BackupPath
|
||||
process.env.SOURCE = 'local'
|
||||
process.env.ROUTER_BASE_PATH = devEnv.RouterBasePath ?? ''
|
||||
process.env.ROUTER_BASE_PATH = devEnv.RouterBasePath ?? '/audiobookshelf'
|
||||
}
|
||||
|
||||
const inputConfig = options.config ? Path.resolve(options.config) : null
|
||||
|
|
Loading…
Add table
Reference in a new issue