mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-05 10:12:44 +02:00
Add: build client as server instead of static
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function ({ $config }) {
|
||||
const script = document.createElement('script')
|
||||
script.type = 'text/javascript'
|
||||
script.src = `${$config.routerBasePath || ''}/libs/sortable.js`
|
||||
|
||||
document.head.appendChild(script)
|
||||
}
|
||||
Reference in New Issue
Block a user