mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 18:40:59 +02:00
Remove fs-extra dependency
This commit is contained in:
7
server/libs/fsExtra/move/index.js
Normal file
7
server/libs/fsExtra/move/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
const u = require('../../universalify').fromCallback
|
||||
module.exports = {
|
||||
move: u(require('./move')),
|
||||
moveSync: require('./move-sync')
|
||||
}
|
Reference in New Issue
Block a user