mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Remove fs-extra dependency
This commit is contained in:
parent
1ad46d4fb8
commit
d0af1c3c9a
57 changed files with 1763 additions and 55 deletions
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')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue